Searched refs:xchk_fblock_process_error (Results 1 – 10 of 10) sorted by relevance
/linux-6.14.4/fs/xfs/scrub/ |
D | dir.c | 273 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, offset, &error)) in xchk_dir_actor() 292 xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error); in xchk_dir_actor() 368 if (!xchk_fblock_process_error(ds->sc, XFS_DATA_FORK, rec_bno, in xchk_dir_rec() 491 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_data_bestfree() 642 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_leaf1_bestfree() 705 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_leaf1_bestfree() 748 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_free_bestfree() 770 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_free_bestfree() 821 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_blocks()
|
D | symlink.c | 83 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_symlink()
|
D | rtbitmap.c | 174 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtbitmap_check_extents() 252 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_rtbitmap()
|
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()
|
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()
|
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()
|
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()
|
D | attr.c | 250 if (!xchk_fblock_process_error(sc, XFS_ATTR_FORK, args.blkno, in xchk_xattr_actor() 679 if (!xchk_fblock_process_error(sc, XFS_ATTR_FORK, 0, &error)) in xchk_xattr()
|
D | common.h | 17 bool xchk_fblock_process_error(struct xfs_scrub *sc, int whichfork,
|
D | common.c | 193 xchk_fblock_process_error( in xchk_fblock_process_error() function 1442 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, in xchk_metadata_inode_forks()
|