Home
last modified time | relevance | path

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

/fs/
Dbinfmt_flat.c438 int i, rev, relocs = 0; in load_flat_file() local
456 rev = ntohl(hdr->rev); in load_flat_file()
474 if (rev != FLAT_VERSION && rev != OLD_FLAT_VERSION) { in load_flat_file()
477 rev, FLAT_VERSION, OLD_FLAT_VERSION); in load_flat_file()
483 if (rev == OLD_FLAT_VERSION && id != 0) { in load_flat_file()
494 if (rev == OLD_FLAT_VERSION && flat_old_ram_flag(flags)) in load_flat_file()
744 if (rev > OLD_FLAT_VERSION) { in load_flat_file()
/fs/btrfs/
Dctree.h2904 int rev) in btrfs_set_header_backref_rev() argument
2908 flags |= (u64)rev << BTRFS_BACKREF_REV_SHIFT; in btrfs_set_header_backref_rev()