Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/scrub/
Ddir.c57 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_check_ftype()
79 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_check_ftype()
118 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
124 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
131 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
134 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
142 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
145 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
159 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
225 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
[all …]
Dbmap.c286 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_dirattr_extent()
291 xchk_fblock_set_corrupt(info->sc, info->whichfork, off); in xchk_bmap_dirattr_extent()
310 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
317 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
325 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
330 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
333 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
339 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
346 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
352 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
[all …]
Dquota.c103 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
109 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
112 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
134 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
139 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
144 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
163 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, in xchk_quota_item()
167 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
214 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, in xchk_quota_data_fork()
Dparent.c133 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
166 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
183 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
236 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
267 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
286 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
294 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
Dsymlink.c50 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_symlink()
58 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_symlink()
67 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_symlink()
Drtbitmap.c57 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_rtbitmap_rec()
Dcommon.h46 void xchk_fblock_set_corrupt(struct xfs_scrub *sc, int whichfork,
Dattr.c133 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.c259 xchk_fblock_set_corrupt( in xchk_fblock_set_corrupt() function