Home
last modified time | relevance | path

Searched refs:alloc_freespace_genbits (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/fs/bcachefs/
Dalloc_background.h188 static inline u64 alloc_freespace_genbits(struct bch_alloc_v4 a) in alloc_freespace_genbits() function
195 pos.offset |= alloc_freespace_genbits(a); in alloc_freespace_pos()
Dalloc_background.c878 alloc_freespace_genbits(*old_a) != alloc_freespace_genbits(*new_a))) { in bch2_trigger_alloc()
1406 genbits != alloc_freespace_genbits(*a)), in bch2_check_discard_freespace_key()
1414 genbits >> 56, alloc_freespace_genbits(*a) >> 56)) in bch2_check_discard_freespace_key()
Dalloc_foreground.c332 if (genbits != (alloc_freespace_genbits(*a) >> 56) && in try_alloc_bucket()
336 genbits, alloc_freespace_genbits(*a) >> 56); in try_alloc_bucket()