Searched refs:bch2_fs_inconsistent_on (Results 1 – 11 of 11) sorted by relevance
| /linux/fs/bcachefs/ |
| A D | subvolume.c | 135 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in check_subvol() 294 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() 424 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in __bch2_subvolume_delete() 525 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in bch2_subvolume_unlink() 567 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_subvolume_create()
|
| A D | error.h | 48 #define bch2_fs_inconsistent_on(cond, c, ...) \ macro
|
| A D | backpointers.h | 58 return !bch2_fs_inconsistent_on(!bp_pos_to_bucket_nodev_noerror(c, bp_pos, bucket), in bp_pos_to_bucket_nodev()
|
| A D | buckets.c | 604 if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u\n %s", in bch2_trigger_pointer() 995 …if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u when marking metadata… in bch2_mark_metadata_bucket() 1002 if (bch2_fs_inconsistent_on(g->data_type && in bch2_mark_metadata_bucket() 1009 if (bch2_fs_inconsistent_on((u64) g->dirty_sectors + sectors > ca->mi.bucket_size, c, in bch2_mark_metadata_bucket()
|
| A D | snapshot.c | 1111 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_snapshot_node_set_deleted() 1148 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete() 1166 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete() 1176 if (bch2_fs_inconsistent_on(i == 2, c, in bch2_snapshot_node_delete() 1193 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
|
| A D | fs-io.c | 147 bch2_fs_inconsistent_on((s64) inode->v.i_blocks + sectors < 0, c, in __bch2_i_sectors_acct() 475 bch2_fs_inconsistent_on(!inode->v.i_size && inode->v.i_blocks && in bchfs_truncate()
|
| A D | quota.c | 491 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_fs_quota_read_inode()
|
| A D | fs.c | 624 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_lookup_trans() 631 if (bch2_fs_inconsistent_on(bch2_inode_should_have_bp(&inode_u) && in bch2_lookup_trans()
|
| A D | btree_trans_commit.c | 990 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOSPC) && in bch2_trans_commit_error()
|
| A D | ec.c | 309 if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u\n %s", in mark_stripe_bucket() 1222 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 | 1384 if (bch2_fs_inconsistent_on(stale < 0, c, in bch2_nocow_write()
|
Completed in 32 milliseconds