Searched refs:xchk_fblock_process_error (Results  1 – 9 of 9) sorted by relevance
| /Linux-v5.4/fs/xfs/scrub/ | 
| D | dir.c | 155 	if (!xchk_fblock_process_error(sdc->sc, XFS_DATA_FORK, offset,  in xchk_dir_actor()221 	if (!xchk_fblock_process_error(ds->sc, XFS_DATA_FORK, rec_bno,  in xchk_dir_rec()
 344 	if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error))  in xchk_directory_data_bestfree()
 496 	if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error))  in xchk_directory_leaf1_bestfree()
 556 		if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk,  in xchk_directory_leaf1_bestfree()
 586 	if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error))  in xchk_directory_free_bestfree()
 609 		if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk,  in xchk_directory_free_bestfree()
 655 	if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error))  in xchk_directory_blocks()
 833 		if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0,  in xchk_directory()
 
 | 
| D | parent.c | 160 		xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error);  in xchk_parent_validate()220 	if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error))  in xchk_parent_validate()
 283 	if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error))  in xchk_parent()
 
 | 
| D | symlink.c | 64 	if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error))  in xchk_symlink()
 | 
| D | rtbitmap.c | 74 	if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error))  in xchk_rtbitmap()
 | 
| D | bmap.c | 244 	if (!xchk_fblock_process_error(info->sc, info->whichfork,  in xchk_bmap_iextent_xref()439 		if (!xchk_fblock_process_error(sc, whichfork, 0, &error))  in xchk_bmap_btree()
 698 	if (!xchk_fblock_process_error(sc, whichfork, 0, &error))  in xchk_bmap()
 
 | 
| D | common.h | 30 bool xchk_fblock_process_error(struct xfs_scrub *sc, int whichfork,
 | 
| D | attr.c | 166 	if (!xchk_fblock_process_error(sx->sc, XFS_ATTR_FORK, args.blkno,  in xchk_xattr_listent()519 	if (!xchk_fblock_process_error(sc, XFS_ATTR_FORK, 0, &error))  in xchk_xattr()
 
 | 
| D | quota.c | 255 	if (!xchk_fblock_process_error(sc, XFS_DATA_FORK,  in xchk_quota()
 | 
| D | common.c | 147 xchk_fblock_process_error(  in xchk_fblock_process_error()  function867 		if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0,  in xchk_metadata_inode_forks()
 
 |