Home
last modified time | relevance | path

Searched refs:xchk_setup_ag_btree (Results 1 – 4 of 4) sorted by relevance

/linux/fs/xfs/scrub/
H A Dalloc.c35 error = xchk_setup_ag_btree(sc, false); in xchk_setup_ag_allocbt()
H A Dcommon.h172 int xchk_setup_ag_btree(struct xfs_scrub *sc, bool force_log);
H A Dialloc.c37 return xchk_setup_ag_btree(sc, sc->flags & XCHK_TRY_HARDER); in xchk_setup_ag_iallocbt()
H A Dcommon.c920 xchk_setup_ag_btree( in xchk_setup_ag_btree() function