Home
last modified time | relevance | path

Searched refs:xchk_fblock_set_corrupt (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.6/fs/xfs/scrub/
Ddir.c47 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_check_ftype()
52 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_check_ftype()
84 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
90 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
97 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
104 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
115 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
203 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
217 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
225 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
[all …]
Dbmap.c379 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_dirattr_extent()
384 xchk_fblock_set_corrupt(info->sc, info->whichfork, off); in xchk_bmap_dirattr_extent()
402 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
406 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
414 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
418 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
424 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
463 xchk_fblock_set_corrupt(bs->sc, in xchk_bmapbt_rec()
480 xchk_fblock_set_corrupt(bs->sc, info->whichfork, in xchk_bmapbt_rec()
491 xchk_fblock_set_corrupt(bs->sc, info->whichfork, in xchk_bmapbt_rec()
[all …]
Dparent.c113 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
119 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
147 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
169 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
196 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
210 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
Dquota.c102 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
117 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
122 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
127 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
143 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, in xchk_quota_item()
147 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
207 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, in xchk_quota_data_fork()
Dsymlink.c49 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_symlink()
57 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_symlink()
66 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_symlink()
Dattr.c193 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, args.blkno); in xchk_xattr_listent()
199 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, args.blkno); in xchk_xattr_listent()
234 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, in xchk_xattr_listent()
547 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
560 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
567 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
574 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
581 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
Drtbitmap.c57 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_rtbitmap_rec()
86 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtbitmap_check_extents()
Drtsummary.c203 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtsum_compare()
221 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtsum_compare()
Dcommon.h55 void xchk_fblock_set_corrupt(struct xfs_scrub *sc, int whichfork,
Dcommon.c265 xchk_fblock_set_corrupt( in xchk_fblock_set_corrupt() function