Home
last modified time | relevance | path

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

/linux/fs/bcachefs/
A Dsubvolume.c135 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 Derror.h48 #define bch2_fs_inconsistent_on(cond, c, ...) \ macro
A Dbackpointers.h58 return !bch2_fs_inconsistent_on(!bp_pos_to_bucket_nodev_noerror(c, bp_pos, bucket), in bp_pos_to_bucket_nodev()
A Dbuckets.c604 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 Dsnapshot.c1111 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 Dfs-io.c147 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 Dquota.c491 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOENT), c, in bch2_fs_quota_read_inode()
A Dfs.c624 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 Dbtree_trans_commit.c990 bch2_fs_inconsistent_on(bch2_err_matches(ret, ENOSPC) && in bch2_trans_commit_error()
A Dec.c309 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 Dio_write.c1384 if (bch2_fs_inconsistent_on(stale < 0, c, in bch2_nocow_write()

Completed in 32 milliseconds