Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dquota.c93 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item_bmap()
98 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item_bmap()
107 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item_bmap()
112 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item_bmap()
114 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item_bmap()
116 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item_bmap()
131 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item_timer()
134 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item_timer()
171 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
191 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
[all …]
H A Dbmap.c463 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_dirattr_extent()
468 xchk_fblock_set_corrupt(info->sc, info->whichfork, off); in xchk_bmap_dirattr_extent()
486 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
490 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
498 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
502 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
508 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
547 xchk_fblock_set_corrupt(bs->sc, in xchk_bmapbt_rec()
564 xchk_fblock_set_corrupt(bs->sc, info->whichfork, in xchk_bmapbt_rec()
575 xchk_fblock_set_corrupt(bs->sc, info->whichfork, in xchk_bmapbt_rec()
[all …]
H A Dparent.c131 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
139 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
145 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
174 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
198 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
212 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
312 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_pptr_and_dotdot()
319 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_pptr_and_dotdot()
341 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_parent_pptr_and_dotdot()
424 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_parent_iget()
[all …]
H A Drtbitmap.c135 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_rtbitmap_rec()
161 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, endoff); in xchk_rtbitmap_check_extents()
179 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtbitmap_check_extents()
H A Drtsummary.c251 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, endoff); in xchk_rtsum_compare()
270 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtsum_compare()
295 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtsum_compare()
H A Dcommon.h33 void xchk_fblock_set_corrupt(struct xfs_scrub *sc, int whichfork,
H A Dcommon.c318 xchk_fblock_set_corrupt( in xchk_fblock_set_corrupt() function