Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dec.h95 static inline bool __bch2_ptr_matches_stripe(const struct bch_extent_ptr *stripe_ptr, in __bch2_ptr_matches_stripe() function
117 return __bch2_ptr_matches_stripe(&s->ptrs[p.ec.block], &p.ptr, in bch2_ptr_matches_stripe()
131 return __bch2_ptr_matches_stripe(&m->ptrs[p.ec.block], &p.ptr, in bch2_ptr_matches_stripe_m()
H A Dbuckets.c345 !__bch2_ptr_matches_stripe(&m->ptrs[entry->stripe_ptr.block], in bch2_check_fix_ptrs()
H A Dec.c519 if (__bch2_ptr_matches_stripe(&s->ptrs[i], ptr, in bkey_matches_stripe()