Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dsubvolume.c136 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in check_subvol()
295 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT) && in bch2_subvolume_get_inlined()
347 bch2_fs_inconsistent_on(warn && bch2_err_matches(ret, ENOENT), trans->c, in __bch2_subvolume_get_snapshot()
421 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in __bch2_subvolume_delete()
433 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in __bch2_subvolume_delete()
445 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in __bch2_subvolume_delete()
559 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in bch2_subvolume_unlink()
602 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_subvolume_create()
H A Derror.h39 #define bch2_fs_inconsistent_on(cond, ...) \ macro
H A Dchecksum.c174 if (bch2_fs_inconsistent_on(!c->chacha20_key_set, in bch2_encrypt()
263 if (bch2_fs_inconsistent_on(!c->chacha20_key_set, in __bch2_encrypt_bio()
H A Dbuckets.c629 if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u\n %s", in bch2_trigger_pointer()
1001 …if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u when marking metadata… in bch2_mark_metadata_bucket()
1008 if (bch2_fs_inconsistent_on(g->data_type && in bch2_mark_metadata_bucket()
1015 if (bch2_fs_inconsistent_on((u64) g->dirty_sectors + sectors > ca->mi.bucket_size, c, in bch2_mark_metadata_bucket()
H A Dsnapshot.c1048 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_snapshot_node_set_deleted()
1085 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
1103 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
1113 if (bch2_fs_inconsistent_on(i == 2, c, in bch2_snapshot_node_delete()
1130 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.c936 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOSPC) && in bch2_trans_commit_error()
H A Dec.c324 if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u\n%s", in mark_stripe_bucket()
1040 if (bch2_fs_inconsistent_on(k.k->type != (create ? KEY_TYPE_deleted : KEY_TYPE_stripe), in ec_stripe_key_update()
H A Dio_write.c1462 if (bch2_fs_inconsistent_on(stale < 0, c, in bch2_nocow_write()
H A Dfs.c699 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_lookup_trans()