Home
last modified time | relevance | path

Searched refs:xchk_fsgates_enable (Results 1 – 13 of 13) sorted by relevance

/Linux-v6.6/fs/xfs/scrub/
Dalloc.c28 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_allocbt()
Dcommon.h204 void xchk_fsgates_enable(struct xfs_scrub *sc, unsigned int scrub_fshooks);
Dquota.c57 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_quota()
Dfscounters.c218 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_fscounters()
Drefcount.c29 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_refcountbt()
Drmap.c36 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_rmapbt()
Dinode.c80 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_inode()
Dialloc.c36 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_iallocbt()
Dbmap.c35 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_inode_bmap()
Dcommon.c1219 xchk_fsgates_enable( in xchk_fsgates_enable() function
Dagheader.c26 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_agheader()
Dtrace.h181 DEFINE_SCRUB_FSHOOK_EVENT(xchk_fsgates_enable);
/Linux-v6.6/Documentation/filesystems/
Dxfs-online-fsck-design.rst1820 the ``xchk_fsgates_enable`` from the setup function to enable a specific
1836 Scrub teardown disables all static keys obtained by ``xchk_fsgates_enable``.