Searched refs:xchk_fblock_process_error (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/fs/xfs/scrub/ |
D | dir.c | 112 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, offset, &error)) in xchk_dir_actor() 131 xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error); in xchk_dir_actor() 199 if (!xchk_fblock_process_error(ds->sc, XFS_DATA_FORK, rec_bno, in xchk_dir_rec() 321 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_data_bestfree() 472 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_leaf1_bestfree() 536 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_leaf1_bestfree() 579 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_free_bestfree() 601 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_free_bestfree() 650 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_blocks()
|
D | parent.c | 141 xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error); in xchk_parent_validate() 207 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_parent()
|
D | rtbitmap.c | 82 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtbitmap_check_extents() 120 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_rtbitmap()
|
D | rtsummary.c | 199 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtsum_compare() 209 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtsum_compare()
|
D | symlink.c | 63 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_symlink()
|
D | common.h | 39 bool xchk_fblock_process_error(struct xfs_scrub *sc, int whichfork,
|
D | bmap.c | 316 if (!xchk_fblock_process_error(info->sc, info->whichfork, in xchk_bmap_iextent_xref() 514 if (!xchk_fblock_process_error(sc, whichfork, 0, &error)) in xchk_bmap_btree() 899 if (!xchk_fblock_process_error(sc, whichfork, 0, &error)) in xchk_bmap()
|
D | quota.c | 248 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, in xchk_quota()
|
D | attr.c | 230 if (!xchk_fblock_process_error(sx->sc, XFS_ATTR_FORK, args.blkno, in xchk_xattr_listent() 648 if (!xchk_fblock_process_error(sc, XFS_ATTR_FORK, 0, &error)) in xchk_xattr()
|
D | common.c | 153 xchk_fblock_process_error( in xchk_fblock_process_error() function 1202 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, in xchk_metadata_inode_forks()
|