Searched refs:xchk_xref_process_error (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/fs/xfs/scrub/ |
D | rgsuper.c | 63 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_rgsuperblock()
|
D | quotacheck.c | 839 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_quotacheck() 851 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_quotacheck() 856 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_quotacheck() 861 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_quotacheck()
|
D | inode.c | 737 if (!xchk_xref_process_error(sc, agno, agbno, &error)) in xchk_inode_xref() 771 if (!xchk_xref_process_error(sc, XFS_INO_TO_AGNO(mp, ino), in xchk_inode_check_reflink_iflag()
|
D | nlinks.c | 1030 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_nlinks() 1041 if (!xchk_xref_process_error(sc, 0, 0, &error)) in xchk_nlinks()
|
D | common.h | 20 bool xchk_xref_process_error(struct xfs_scrub *sc,
|
D | common.c | 140 xchk_xref_process_error( in xchk_xref_process_error() function
|
D | agheader.c | 50 if (!xchk_xref_process_error(sc, agno, agbno, &error)) in xchk_superblock_xref()
|