Home
last modified time | relevance | path

Searched refs:xchk_setup_quota (Results 1 – 3 of 3) sorted by relevance

/linux/fs/xfs/scrub/
H A Dcommon.h99 int xchk_setup_quota(struct xfs_scrub *sc);
107 # define xchk_setup_quota xchk_setup_nothing
105 # define xchk_setup_quota global() macro
H A Dscrub.c416 .setup = xchk_setup_quota,
422 .setup = xchk_setup_quota,
428 .setup = xchk_setup_quota,
H A Dquota.c42 xchk_setup_quota( in xchk_setup_quota() function