Searched refs:xchk_fblock_process_error (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/fs/xfs/scrub/ |
D | dir.c | 77 xchk_fblock_process_error(sdc->sc, XFS_DATA_FORK, 0, &error); in xchk_dir_check_ftype() 173 if (!xchk_fblock_process_error(sdc->sc, XFS_DATA_FORK, offset, in xchk_dir_actor() 251 if (!xchk_fblock_process_error(ds->sc, XFS_DATA_FORK, rec_bno, in xchk_dir_rec() 369 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_data_bestfree() 520 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_leaf1_bestfree() 584 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_leaf1_bestfree() 627 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_free_bestfree() 649 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_free_bestfree() 696 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_blocks() 866 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, in xchk_directory()
|
D | parent.c | 174 xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error); in xchk_parent_validate() 234 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_parent_validate() 297 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_parent()
|
D | rtbitmap.c | 81 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtbitmap_check_extents() 119 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_rtbitmap()
|
D | symlink.c | 63 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_symlink()
|
D | bmap.c | 248 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() 687 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() 519 if (!xchk_fblock_process_error(sc, XFS_ATTR_FORK, 0, &error)) in xchk_xattr()
|
D | quota.c | 242 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, in xchk_quota()
|
D | common.c | 151 xchk_fblock_process_error( in xchk_fblock_process_error() function 837 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, in xchk_metadata_inode_forks()
|