Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dquota.h34 int xchk_dquot_iter(struct xchk_dqiter *cursor, struct xfs_dquot **dqpp);
H A Ddqiterate.c171 xchk_dquot_iter( in xchk_dquot_iter() function
H A Dquotacheck_repair.c157 while ((error = xchk_dquot_iter(&cursor, &dq)) == 1) { in xqcheck_commit_dqtype()
H A Dquota.c325 while ((error = xchk_dquot_iter(&cursor, &dq)) == 1) { in xchk_quota()
H A Dquota_repair.c514 while ((error = xchk_dquot_iter(&cursor, &dq)) == 1) { in xrep_quota_problems()
H A Dtrace.h503 DEFINE_SCRUB_DQITER_EVENT(xchk_dquot_iter);