Home
last modified time | relevance | path

Searched refs:bch2_fs_inconsistent_on (Results 1 – 8 of 8) sorted by relevance

/linux/fs/bcachefs/
H A Dsubvolume.c159 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 Derror.h44 #define bch2_fs_inconsistent_on(cond, ...) \ macro
H A Dbuckets.c662 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 Dsnapshot.c1131 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 Dquota.c491 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_fs_quota_read_inode()
H A Dbtree_trans_commit.c946 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOSPC) && in bch2_trans_commit_error()
H A Dec.c325 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 Dfs.c697 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_lookup_trans()