Searched refs:xchk_fblock_process_error (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | rtbitmap.c | 175 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtbitmap_check_extents() 253 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_rtbitmap()
|
H A D | rtsummary.c | 266 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtsum_compare() 282 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtsum_compare()
|
H A D | quota.c | 177 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, offset, &error)) in xchk_quota_item() 339 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, in xchk_quota()
|
H A D | bmap.c | 334 if (!xchk_fblock_process_error(info->sc, info->whichfork, in xchk_bmap_rt_iextent_xref() 339 if (!xchk_fblock_process_error(info->sc, info->whichfork, in xchk_bmap_rt_iextent_xref() 400 if (!xchk_fblock_process_error(info->sc, info->whichfork, in xchk_bmap_iextent_xref() 598 if (!xchk_fblock_process_error(sc, whichfork, 0, &error)) in xchk_bmap_btree() 1094 if (!xchk_fblock_process_error(sc, whichfork, 0, &error)) in xchk_bmap()
|
H A D | parent.c | 167 xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error); in xchk_parent_validate() 309 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_parent_pptr_and_dotdot() 876 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_parent()
|
H A D | common.h | 17 bool xchk_fblock_process_error(struct xfs_scrub *sc, int whichfork,
|
H A D | common.c | 193 xchk_fblock_process_error( in xchk_fblock_process_error() function 1443 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, in xchk_metadata_inode_forks()
|