Searched refs:xchk_fblock_process_error (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A 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() 647 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_leaf1_bestfree() 710 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_leaf1_bestfree() 753 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_free_bestfree() 775 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, in xchk_directory_free_bestfree() 826 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, lblk, &error)) in xchk_directory_blocks()
|
| 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 | 262 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtsum_compare() 278 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, off, &error)) in xchk_rtsum_compare()
|
| H A D | quota.c | 174 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 | 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() 871 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, &error)) in xchk_parent()
|
| H A D | attr.c | 250 if (!xchk_fblock_process_error(sc, XFS_ATTR_FORK, args.blkno, in xchk_xattr_actor() 682 if (!xchk_fblock_process_error(sc, XFS_ATTR_FORK, 0, &error)) in xchk_xattr()
|
| H A D | common.h | 17 bool xchk_fblock_process_error(struct xfs_scrub *sc, int whichfork,
|
| H A D | common.c | 197 xchk_fblock_process_error( in xchk_fblock_process_error() function 1461 if (!xchk_fblock_process_error(sc, XFS_DATA_FORK, 0, in xchk_metadata_inode_forks()
|