Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/scrub/
H A Dalloc.c27 return xchk_setup_ag_btree(sc, ip, false); in xchk_setup_ag_allocbt()
H A Dcommon.h130 int xchk_setup_ag_btree(struct xfs_scrub *sc, struct xfs_inode *ip,
H A Drmap.c27 return xchk_setup_ag_btree(sc, ip, false); in xchk_setup_ag_rmapbt()
H A Drefcount.c25 return xchk_setup_ag_btree(sc, ip, false); in xchk_setup_ag_refcountbt()
H A Dialloc.c35 return xchk_setup_ag_btree(sc, ip, sc->flags & XCHK_TRY_HARDER); in xchk_setup_ag_iallocbt()
H A Dcommon.c624 xchk_setup_ag_btree( in xchk_setup_ag_btree() function