Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A 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()
121 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
127 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
134 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
137 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()
148 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, in xchk_dir_actor()
165 xchk_fblock_set_corrupt(sdc->sc, XFS_DATA_FORK, offset); in xchk_dir_actor()
241 xchk_fblock_set_corrupt(ds->sc, XFS_DATA_FORK, rec_bno); in xchk_dir_rec()
[all …]
H A Dbmap.c306 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_dirattr_extent()
311 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()
337 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
345 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
350 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
353 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
359 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
366 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
372 xchk_fblock_set_corrupt(info->sc, info->whichfork, in xchk_bmap_iextent()
[all …]
H A Dparent.c148 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
181 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()
251 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent_validate()
282 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
301 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
309 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_parent()
H A Dquota.c96 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
111 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
116 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
121 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
137 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, in xchk_quota_item()
141 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, offset); in xchk_quota_item()
200 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, in xchk_quota_data_fork()
H A 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()
H A Drtbitmap.c58 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0); in xchk_rtbitmap_rec()
87 xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, off); in xchk_rtbitmap_check_extents()
H A 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()
H A Dcommon.h53 void xchk_fblock_set_corrupt(struct xfs_scrub *sc, int whichfork,
H A Dcommon.c259 xchk_fblock_set_corrupt( in xchk_fblock_set_corrupt() function