Home
last modified time | relevance | path

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

/linux/drivers/firewire/
H A Dcore.h230 static inline bool is_next_generation(int new_generation, int old_generation) in is_next_generation() argument
232 return (new_generation & 0xff) == ((old_generation + 1) & 0xff); in is_next_generation()
/linux/fs/btrfs/
H A Dtree-mod-log.c979 u64 old_generation = 0; in btrfs_get_old_root() local
990 old_generation = tm->generation; in btrfs_get_old_root()
1059 btrfs_set_header_generation(eb, old_generation); in btrfs_get_old_root()