Searched refs:xchk_fblock_process_error (Results 1 – 9 of 9) sorted by relevance
/linux-5.10/fs/xfs/scrub/ |
D | dir.c | 161 if (!xchk_fblock_process_error(sdc->sc, XFS_DATA_FORK, offset, in xchk_dir_actor() 237 if (!xchk_fblock_process_error(ds->sc, XFS_DATA_FORK, rec_bno, in xchk_dir_rec() 355 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_data_bestfree() 505 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_leaf1_bestfree() 565 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_leaf1_bestfree() 608 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_free_bestfree() 630 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_free_bestfree() 676 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_blocks() 854 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, in xchk_directory()
|
D | parent.c | 175 xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error); in xchk_parent_validate() 235 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_parent_validate() 298 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_parent()
|
D | rtbitmap.c | 83 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtbitmap_check_extents() 121 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_rtbitmap()
|
D | symlink.c | 64 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_symlink()
|
D | bmap.c | 264 if (!xchk_fblock_process_error(info->sc, info->whichfork, in xchk_bmap_iextent_xref() 459 if (!xchk_fblock_process_error(sc, whichfork, 0, &error)) in xchk_bmap_btree() 713 if (!xchk_fblock_process_error(sc, whichfork, 0, &error)) in xchk_bmap()
|
D | common.h | 37 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() 518 if (!xchk_fblock_process_error(sc, XFS_ATTR_FORK, 0, &error)) in xchk_xattr()
|
D | quota.c | 241 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() function 867 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, in xchk_metadata_inode_forks()
|