Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/scrub/
Ddir.c56 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_check_ftype()
88 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_check_ftype()
131 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
137 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
144 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
148 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
156 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
160 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
177 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
255 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
[all …]
Dbmap.c307 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_dirattr_extent()
312 xchk_fblock_set_corrupt(info->sc, info->whichfork, off); in xchk_bmap_dirattr_extent()
330 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
334 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
341 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
349 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
354 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
358 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
362 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
368 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
[all …]
Dparent.c147 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
180 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
197 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
250 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
281 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
300 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
308 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
Dquota.c95 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
110 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
115 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
120 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
136 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, in xchk_quota_item()
140 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
199 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()
Drtbitmap.c55 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_rtbitmap_rec()
84 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtbitmap_check_extents()
Dcommon.h53 void xchk_fblock_set_corrupt(struct xfs_scrub *sc, int whichfork,
Dattr.c132 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, args.blkno); in xchk_xattr_listent()
170 xchk_fblock_set_corrupt(sx->sc, XFS_ATTR_FORK, in xchk_xattr_listent()
Dcommon.c261 xchk_fblock_set_corrupt( in xchk_fblock_set_corrupt() function