Home
last modified time | relevance | path

Searched refs:xchk_fblock_set_corrupt (Results 1 – 8 of 8) 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()
168 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
190 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
[all …]
H A Ddir.c97 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_check_ftype()
102 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_check_ftype()
110 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_check_ftype()
181 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_dir_check_pptr_fast()
245 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
251 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
258 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
265 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
276 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
372 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_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 Dattr.c196 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, args.blkno); in xchk_xattr_actor()
208 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, args.blkno); in xchk_xattr_actor()
215 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, args.blkno); in xchk_xattr_actor()
254 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, args.blkno); in xchk_xattr_actor()
588 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
601 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
610 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
617 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
624 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
631 xchk_fblock_set_corrupt(sc, XFS_ATTR_FORK, 0); in xchk_xattr_check_sf()
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.c247 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, endoff); in xchk_rtsum_compare()
266 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtsum_compare()
291 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtsum_compare()
H A Dcommon.h35 void xchk_fblock_set_corrupt(struct xfs_scrub *sc, int whichfork,
H A Dcommon.c333 xchk_fblock_set_corrupt( in xchk_fblock_set_corrupt() function