Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/firewire/
Dcore.h218 static inline bool is_next_generation(int new_generation, int old_generation) in is_next_generation() argument
220 return (new_generation & 0xff) == ((old_generation + 1) & 0xff); in is_next_generation()
/Linux-v6.6/fs/btrfs/
Dtree-mod-log.c981 u64 old_generation = 0; in btrfs_get_old_root() local
992 old_generation = tm->generation; in btrfs_get_old_root()
1061 btrfs_set_header_generation(eb, old_generation); in btrfs_get_old_root()