Searched refs:xchk_fblock_set_corrupt (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | dir.c | 57 			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 …]
 
 | 
| D | bmap.c | 286 		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 …]
 
 | 
| D | quota.c | 103 		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()
 
 | 
| D | parent.c | 133 		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()
 
 | 
| D | symlink.c | 50 		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()
 
 | 
| D | rtbitmap.c | 57 		xchk_fblock_set_corrupt(sc, XFS_DATA_FORK, 0);  in xchk_rtbitmap_rec()
 | 
| D | common.h | 46 void xchk_fblock_set_corrupt(struct xfs_scrub *sc, int whichfork,
 | 
| D | attr.c | 133 		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()
 
 | 
| D | common.c | 259 xchk_fblock_set_corrupt(  in xchk_fblock_set_corrupt()  function
 |