Searched refs:xchk_fsgates_enable (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/xfs/scrub/ |
H A D | alloc.c | 28 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_allocbt()
|
H A D | common.h | 229 void xchk_fsgates_enable(struct xfs_scrub *sc, unsigned int scrub_fshooks);
|
H A D | quota.c | 57 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_quota()
|
H A D | fscounters.c | 218 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_fscounters()
|
H A D | refcount.c | 29 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_refcountbt()
|
H A D | rmap.c | 36 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_rmapbt()
|
H A D | ialloc.c | 36 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_ag_iallocbt()
|
H A D | inode.c | 80 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_inode()
|
H A D | common.c | 1213 xchk_fsgates_enable( in xchk_fsgates_enable() function
|
H A D | bmap.c | 35 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_inode_bmap()
|
H A D | agheader.c | 26 xchk_fsgates_enable(sc, XCHK_FSGATES_DRAIN); in xchk_setup_agheader()
|
H A D | trace.h | 181 DEFINE_SCRUB_FSHOOK_EVENT(xchk_fsgates_enable);
|
/openbmc/linux/Documentation/filesystems/ |
H A D | xfs-online-fsck-design.rst | 1820 the ``xchk_fsgates_enable`` from the setup function to enable a specific 1836 Scrub teardown disables all static keys obtained by ``xchk_fsgates_enable``.
|