Searched refs:xchk_xref_process_error (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/scrub/ |
H A D | rgsuper.c | 63 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_rgsuperblock()
|
H A D | quotacheck.c | 837 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_quotacheck() 849 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_quotacheck() 854 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_quotacheck() 859 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_quotacheck()
|
H A D | inode.c | 744 if (!xchk_xref_process_error(sc, agno, agbno, &error)) in xchk_inode_xref() 778 if (!xchk_xref_process_error(sc, XFS_INO_TO_AGNO(mp, ino), in xchk_inode_check_reflink_iflag()
|
H A D | nlinks.c | 1026 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_nlinks() 1037 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_nlinks()
|
H A D | common.h | 20 bool xchk_xref_process_error(struct xfs_scrub *sc,
|
H A D | common.c | 140 xchk_xref_process_error( in xchk_xref_process_error() function
|
H A D | agheader.c | 50 if (!xchk_xref_process_error(sc, agno, agbno, &error)) in xchk_superblock_xref()
|