Home
last modified time | relevance | path

Searched refs:dqtype (Results 1 – 10 of 10) sorted by relevance

/fs/xfs/scrub/
A Dquota_repair.c298 xfs_dqtype_t dqtype, in xrep_quota_block() argument
350 ddq->d_type = dqtype; in xrep_quota_block()
374 switch (dqtype) { in xrep_quota_block()
397 xfs_dqtype_t dqtype) in xrep_quota_data_fork() argument
488 dqtype, off * qi->qi_dqperchunk); in xrep_quota_data_fork()
506 xfs_dqtype_t dqtype) in xrep_quota_problems() argument
513 xchk_dqiter_init(&cursor, sc, dqtype); in xrep_quota_problems()
525 xrep_force_quotacheck(sc, dqtype); in xrep_quota_problems()
534 xfs_dqtype_t dqtype; in xrep_quota() local
537 dqtype = xchk_quota_to_dqtype(sc); in xrep_quota()
[all …]
A Dquotacheck_repair.c46 xfs_dqtype_t dqtype, in xqcheck_commit_dquot() argument
50 struct xfarray *counts = xqcheck_counters_for(xqc, dqtype); in xqcheck_commit_dquot()
142 unsigned int dqtype) in xqcheck_commit_dqtype() argument
148 struct xfarray *counts = xqcheck_counters_for(xqc, dqtype); in xqcheck_commit_dqtype()
156 xchk_dqiter_init(&cursor, sc, dqtype); in xqcheck_commit_dqtype()
158 error = xqcheck_commit_dquot(xqc, dqtype, dq); in xqcheck_commit_dqtype()
185 error = xfs_qm_dqget(mp, id, dqtype, true, &dq); in xqcheck_commit_dqtype()
189 error = xqcheck_commit_dquot(xqc, dqtype, dq); in xqcheck_commit_dqtype()
A Dquotacheck.c554 xfs_dqtype_t dqtype, in xqcheck_compare_dquot() argument
572 xchk_qcheck_set_corrupt(xqc->sc, dqtype, dq->q_id); in xqcheck_compare_dquot()
575 xchk_qcheck_set_corrupt(xqc->sc, dqtype, dq->q_id); in xqcheck_compare_dquot()
613 xfs_dqtype_t dqtype) in xqcheck_walk_observations() argument
632 xchk_qcheck_set_corrupt(xqc->sc, dqtype, id); in xqcheck_walk_observations()
638 error = xqcheck_compare_dquot(xqc, dqtype, dq); in xqcheck_walk_observations()
657 xfs_dqtype_t dqtype) in xqcheck_compare_dqtype() argument
669 xchk_qcheck_set_corrupt(xqc->sc, dqtype, 0); in xqcheck_compare_dqtype()
674 xchk_dqiter_init(&cursor, sc, dqtype); in xqcheck_compare_dqtype()
676 error = xqcheck_compare_dquot(xqc, dqtype, dq); in xqcheck_compare_dqtype()
[all …]
A Ddqiterate.c29 xfs_dqtype_t dqtype) in xchk_dqiter_init() argument
33 cursor->dqtype = dqtype & XFS_DQTYPE_REC_MASK; in xchk_dqiter_init()
34 cursor->quota_ip = xfs_quota_inode(sc->mp, cursor->dqtype); in xchk_dqiter_init()
149 struct radix_tree_root *tree = xfs_dquot_tree(qi, cursor->dqtype); in xchk_dquot_iter_advance_incore()
204 error = xfs_qm_dqget(mp, cursor->id, cursor->dqtype, false, &dq); in xchk_dquot_iter()
A Dquota.c45 xfs_dqtype_t dqtype; in xchk_setup_quota() local
51 dqtype = xchk_quota_to_dqtype(sc); in xchk_setup_quota()
52 if (dqtype == 0) in xchk_setup_quota()
55 if (!xfs_this_quota_on(sc->mp, dqtype)) in xchk_setup_quota()
65 error = xchk_install_live_inode(sc, xfs_quota_inode(sc->mp, dqtype)); in xchk_setup_quota()
310 xfs_dqtype_t dqtype; in xchk_quota() local
313 dqtype = xchk_quota_to_dqtype(sc); in xchk_quota()
330 xchk_dqiter_init(&cursor, sc, dqtype); in xchk_quota()
A Dquota.h26 xfs_dqtype_t dqtype; member
33 xfs_dqtype_t dqtype);
A Dquotacheck.h61 xfs_dqtype_t dqtype) in xqcheck_counters_for() argument
63 switch (dqtype) { in xqcheck_counters_for()
A Dcommon.h36 void xchk_qcheck_set_corrupt(struct xfs_scrub *sc, unsigned int dqtype,
A Dtrace.h472 __field(xfs_dqtype_t, dqtype)
483 __entry->dqtype = cursor->dqtype;
494 __print_symbolic(__entry->dqtype, XFS_DQTYPE_STRINGS),
514 TP_PROTO(struct xfs_scrub *sc, xfs_dqtype_t dqtype, xfs_dqid_t id,
516 TP_ARGS(sc, dqtype, id, ret_ip),
519 __field(xfs_dqtype_t, dqtype)
525 __entry->dqtype = dqtype;
531 __print_symbolic(__entry->dqtype, XFS_DQTYPE_STRINGS),
A Dcommon.c274 unsigned int dqtype, in xchk_qcheck_set_corrupt() argument
278 trace_xchk_qcheck_error(sc, dqtype, id, __return_address); in xchk_qcheck_set_corrupt()

Completed in 30 milliseconds