Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
H A Dsubvolume.c135 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()
348 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in bch2_subvolume_get_snapshot()
419 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in __bch2_subvolume_delete()
520 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), trans->c, in bch2_subvolume_unlink()
562 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_subvolume_create()
H A Derror.h47 #define bch2_fs_inconsistent_on(cond, c, ...) \ macro
H A Dbackpointers.h59 return !bch2_fs_inconsistent_on(!bp_pos_to_bucket_nodev_noerror(c, bp_pos, bucket), in bp_pos_to_bucket_nodev()
H A Dsnapshot.c1078 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_snapshot_node_set_deleted()
1115 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
1133 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
1143 if (bch2_fs_inconsistent_on(i == 2, c, in bch2_snapshot_node_delete()
1160 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_snapshot_node_delete()
H A Dbuckets.c1051 if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u\n %s", in bch2_trigger_pointer()
1361 …if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u when marking metadata… in bch2_mark_metadata_bucket()
1368 if (bch2_fs_inconsistent_on(g->data_type && in bch2_mark_metadata_bucket()
1375 if (bch2_fs_inconsistent_on((u64) g->dirty_sectors + sectors > ca->mi.bucket_size, c, in bch2_mark_metadata_bucket()
H A Dfs-io.c147 bch2_fs_inconsistent_on((s64) inode->v.i_blocks + sectors < 0, c, in __bch2_i_sectors_acct()
487 bch2_fs_inconsistent_on(!inode->v.i_size && inode->v.i_blocks && in bchfs_truncate()
H A Dquota.c491 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_fs_quota_read_inode()
H A Dfs.c432 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), in bch2_lookup_trans()
439 if (bch2_fs_inconsistent_on(bch2_inode_should_have_bp(&inode_u) && in bch2_lookup_trans()
H A Dbtree_trans_commit.c962 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOSPC) && in bch2_trans_commit_error()
H A Dio_write.c1385 if (bch2_fs_inconsistent_on(stale < 0, c, in bch2_nocow_write()
H A Dec.c293 if (bch2_fs_inconsistent_on(!g, c, "reference to invalid bucket on device %u\n %s", in mark_stripe_bucket()