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.h95 int xchk_setup_quota(struct xfs_scrub *sc);
103 # define xchk_setup_quota xchk_setup_nothing macro
H A Dscrub.c414 .setup = xchk_setup_quota,
420 .setup = xchk_setup_quota,
426 .setup = xchk_setup_quota,
H A Dquota.c42 xchk_setup_quota( in xchk_setup_quota() function