Searched refs:rev (Results 1 – 5 of 5) sorted by relevance
/fs/unicode/ |
D | utf8-core.c | 153 unsigned int *min, unsigned int *rev) in utf8_parse_version() argument 168 match_int(&args[2], rev)) in utf8_parse_version() 180 unsigned int maj, min, rev; in utf8_load() local 182 if (utf8_parse_version(version, &maj, &min, &rev) < 0) in utf8_load() 185 if (!utf8version_is_supported(maj, min, rev)) in utf8_load() 188 unicode_version = UNICODE_AGE(maj, min, rev); in utf8_load()
|
D | utf8n.h | 25 extern int utf8version_is_supported(u8 maj, u8 min, u8 rev);
|
D | utf8-norm.c | 18 int utf8version_is_supported(u8 maj, u8 min, u8 rev) in utf8version_is_supported() argument 21 unsigned int sb_utf8version = UNICODE_AGE(maj, min, rev); in utf8version_is_supported()
|
/fs/ |
D | binfmt_flat.c | 434 int i, rev, relocs; in load_flat_file() local 452 rev = ntohl(hdr->rev); in load_flat_file() 471 if (rev != FLAT_VERSION && rev != OLD_FLAT_VERSION) { in load_flat_file() 473 rev, FLAT_VERSION, OLD_FLAT_VERSION); in load_flat_file() 479 if (rev == OLD_FLAT_VERSION && id != 0) { in load_flat_file() 490 if (rev == OLD_FLAT_VERSION && in load_flat_file() 495 if (rev != FLAT_VERSION) { in load_flat_file() 497 rev, FLAT_VERSION); in load_flat_file() 797 if (rev > OLD_FLAT_VERSION) { in load_flat_file()
|
/fs/btrfs/ |
D | ctree.h | 1918 int rev) in btrfs_set_header_backref_rev() argument 1922 flags |= (u64)rev << BTRFS_BACKREF_REV_SHIFT; in btrfs_set_header_backref_rev()
|