Searched refs:bch2_fs_inconsistent_on (Results 1 – 10 of 10) sorted by relevance
| /fs/bcachefs/ |
| 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()
|
| A D | error.h | 44 #define bch2_fs_inconsistent_on(cond, ...) \ macro
|
| 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()
|
| 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… 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()
|
| 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()
|
| A D | quota.c | 491 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_fs_quota_read_inode()
|
| A D | btree_trans_commit.c | 946 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOSPC) && in bch2_trans_commit_error()
|
| 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()
|
| A D | io_write.c | 1480 if (bch2_fs_inconsistent_on(stale < 0, c, in bch2_nocow_write()
|
| A D | fs.c | 697 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_lookup_trans()
|
Completed in 32 milliseconds