Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/scrub/
H A Dstats.c175 XFS_SCRUB_OFLAG_XFAIL | \
202 if (sm->sm_flags & XFS_SCRUB_OFLAG_XFAIL) in xchk_stats_merge_one()
H A Dhealth.c240 sc->sm->sm_flags |= XFS_SCRUB_OFLAG_XFAIL; in xchk_ag_btree_healthy_enough()
H A Dcommon.c117 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_xref_process_error()
171 XFS_SCRUB_OFLAG_XFAIL, __return_address); in xchk_fblock_xref_process_error()
1089 sc->sm->sm_flags |= XFS_SCRUB_OFLAG_XFAIL; in xchk_should_check_xref()
H A Drmap.c508 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.h97 { XFS_SCRUB_OFLAG_XFAIL, "xfail" }, \
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_fs.h729 #define XFS_SCRUB_OFLAG_XFAIL (1u << 3) macro
753 XFS_SCRUB_OFLAG_XFAIL | \
/openbmc/linux/Documentation/filesystems/
H A Dxfs-online-fsck-design.rst1095 possible (``XFS_SCRUB_OFLAG_XFAIL``) ?