Searched refs:bch2_fs_inconsistent_on (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/fs/bcachefs/ |
| H A D | subvolume.c | 136 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 D | error.h | 39 #define bch2_fs_inconsistent_on(cond, ...) \ macro
|
| H A D | checksum.c | 174 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 D | buckets.c | 629 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 D | snapshot.c | 1048 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 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 | 936 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOSPC) && in bch2_trans_commit_error()
|
| H A D | ec.c | 324 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 D | io_write.c | 1462 if (bch2_fs_inconsistent_on(stale < 0, c, in bch2_nocow_write()
|
| H A D | fs.c | 699 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_lookup_trans()
|