Home
last modified time | relevance | path

Searched refs:XFS_SCRUB_OFLAG_XFAIL (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/fs/xfs/scrub/
H A Dstats.c182 XFS_SCRUB_OFLAG_XFAIL | \
209 if (sm->sm_flags & XFS_SCRUB_OFLAG_XFAIL) in xchk_stats_merge_one()
H A Dhealth.c299 sc->sm->sm_flags |= XFS_SCRUB_OFLAG_XFAIL; in xchk_ag_btree_del_cursor_if_sick()
H A Dcommon.c147 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_xref_process_error()
211 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_fblock_xref_process_error()
1354 sc->sm->sm_flags |= XFS_SCRUB_OFLAG_XFAIL; in xchk_should_check_xref()
H A Drmap.c517 XFS_SCRUB_OFLAG_XFAIL)) in xchk_rmapbt_check_bitmaps()
H A Dbtree.c80 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_btree_xref_process_error()
H A Dtrace.h122 { XFS_SCRUB_OFLAG_XFAIL, "xfail" }, \
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_fs.h771 #define XFS_SCRUB_OFLAG_XFAIL (1u << 3) macro
795 XFS_SCRUB_OFLAG_XFAIL | \
/linux-6.15/Documentation/filesystems/xfs/
H A Dxfs-online-fsck-design.rst1095 possible (``XFS_SCRUB_OFLAG_XFAIL``) ?