Searched refs:bch2_fs_inconsistent_on (Results 1 – 8 of 8) sorted by relevance
/linux/fs/bcachefs/ |
H A D | subvolume.c | 159 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in check_subvol() 462 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in __bch2_subvolume_delete() 474 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in __bch2_subvolume_delete()
|
H A D | error.h | 44 #define bch2_fs_inconsistent_on(cond, ...) \ macro
|
H A D | buckets.c | 662 if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u\n %s", in bch2_trigger_pointer() 1040 if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u when marking metadata type %s", in bch2_mark_metadata_bucket() 1047 if (bch2_fs_inconsistent_on(g->data_type && in bch2_mark_metadata_bucket() 1054 if (bch2_fs_inconsistent_on((u64) g->dirty_sectors + sectors > ca->mi.bucket_size, c, in bch2_mark_metadata_bucket()
|
H A D | snapshot.c | 1131 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_snapshot_node_set_deleted() 1168 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete() 1187 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete() 1197 if (bch2_fs_inconsistent_on(i == 2, c, in bch2_snapshot_node_delete() 1214 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
|
H A D | quota.c | 491 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_fs_quota_read_inode()
|
H A D | btree_trans_commit.c | 946 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOSPC) && in bch2_trans_commit_error()
|
H A D | ec.c | 325 if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u\n%s", in mark_stripe_bucket() 1048 if (bch2_fs_inconsistent_on(k.k->type != (create ? KEY_TYPE_deleted : KEY_TYPE_stripe), in ec_stripe_key_update()
|
H A D | fs.c | 697 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_lookup_trans()
|