Home
last modified time | relevance | path

Searched refs:rev (Results 1 – 2 of 2) sorted by relevance

/fs/
Dbinfmt_flat.c435 int i, rev, relocs = 0; in load_flat_file() local
453 rev = ntohl(hdr->rev); in load_flat_file()
470 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 && flat_old_ram_flag(flags)) in load_flat_file()
745 if (rev > OLD_FLAT_VERSION) { in load_flat_file()
/fs/btrfs/
Dctree.h2123 int rev) in btrfs_set_header_backref_rev() argument
2127 flags |= (u64)rev << BTRFS_BACKREF_REV_SHIFT; in btrfs_set_header_backref_rev()