Home
last modified time | relevance | path

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

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