Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Derror.h50 #define bch2_trans_inconsistent_on(cond, ...) \ macro
H A Dec.c207 if (bch2_trans_inconsistent_on(a->stripe || in __mark_stripe_bucket()
219 if (bch2_trans_inconsistent_on(parity && bch2_bucket_sectors_total(*a), trans, in __mark_stripe_bucket()
230 if (bch2_trans_inconsistent_on(a->stripe != s.k->p.offset || in __mark_stripe_bucket()
240 if (bch2_trans_inconsistent_on(a->data_type != data_type, trans, in __mark_stripe_bucket()
250 if (bch2_trans_inconsistent_on(parity && in __mark_stripe_bucket()
H A Dbuckets.c665 bch2_trans_inconsistent_on(bch2_err_matches(ret, ENOENT), trans, in bch2_trigger_stripe_ptr()