Searched refs:bch2_trans_inconsistent_on (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | error.h | 88 #define bch2_trans_inconsistent_on(cond, trans, ...) \ macro
|
| A D | ec.c | 203 if (bch2_trans_inconsistent_on(a->stripe || in __mark_stripe_bucket() 215 if (bch2_trans_inconsistent_on(parity && bch2_bucket_sectors_total(*a), trans, in __mark_stripe_bucket() 226 if (bch2_trans_inconsistent_on(a->stripe != s.k->p.offset || in __mark_stripe_bucket() 236 if (bch2_trans_inconsistent_on(a->data_type != data_type, trans, in __mark_stripe_bucket() 246 if (bch2_trans_inconsistent_on(parity && in __mark_stripe_bucket()
|
| A D | alloc_background.c | 717 bch2_trans_inconsistent_on(old.k->type != old_type, trans, in bch2_bucket_do_index() 1797 if (bch2_trans_inconsistent_on(c->curr_recovery_pass > BCH_RECOVERY_PASS_check_alloc_info, in bch2_discard_one_bucket() 1812 if (bch2_trans_inconsistent_on(c->curr_recovery_pass > BCH_RECOVERY_PASS_check_alloc_info, in bch2_discard_one_bucket() 1821 if (bch2_trans_inconsistent_on(c->curr_recovery_pass > BCH_RECOVERY_PASS_check_alloc_info, in bch2_discard_one_bucket()
|
| A D | buckets.c | 642 bch2_trans_inconsistent_on(bch2_err_matches(ret, ENOENT), trans, in bch2_trigger_stripe_ptr()
|
Completed in 14 milliseconds