Searched refs:rev (Results 1 – 4 of 4) sorted by relevance
| /fs/ |
| A D | binfmt_flat.c | 415 int i, rev, relocs; in load_flat_file() local 433 rev = ntohl(hdr->rev); in load_flat_file() 452 if (rev != FLAT_VERSION && rev != OLD_FLAT_VERSION) { in load_flat_file() 454 rev, FLAT_VERSION, OLD_FLAT_VERSION); in load_flat_file() 463 if (rev == OLD_FLAT_VERSION && in load_flat_file() 468 if (rev != FLAT_VERSION) { in load_flat_file() 470 rev, FLAT_VERSION); in load_flat_file() 773 if (rev > OLD_FLAT_VERSION) { in load_flat_file()
|
| /fs/kernfs/ |
| A D | kernfs-internal.h | 149 dentry->d_time = parent->dir.rev; in kernfs_set_rev() 154 parent->dir.rev++; in kernfs_inc_rev() 160 if (parent->dir.rev != dentry->d_time) in kernfs_dir_changed()
|
| /fs/unicode/ |
| A D | utf8-core.c | 227 unsigned int maj, min, rev; in utf8_parse_version() local 237 match_int(&args[2], &rev)) in utf8_parse_version() 240 return UNICODE_AGE(maj, min, rev); in utf8_parse_version()
|
| /fs/btrfs/ |
| A D | accessors.h | 685 static inline void btrfs_set_header_backref_rev(struct extent_buffer *eb, int rev) in btrfs_set_header_backref_rev() argument 690 flags |= (u64)rev << BTRFS_BACKREF_REV_SHIFT; in btrfs_set_header_backref_rev()
|
Completed in 14 milliseconds