Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dquotacheck.c554 xfs_dqtype_t dqtype, in xqcheck_compare_dquot() argument
558 struct xfarray *counts = xqcheck_counters_for(xqc, dqtype); in xqcheck_compare_dquot()
573 xchk_qcheck_set_corrupt(xqc->sc, dqtype, dq->q_id); in xqcheck_compare_dquot()
576 xchk_qcheck_set_corrupt(xqc->sc, dqtype, dq->q_id); in xqcheck_compare_dquot()
579 xchk_qcheck_set_corrupt(xqc->sc, dqtype, dq->q_id); in xqcheck_compare_dquot()
612 xfs_dqtype_t dqtype) in xqcheck_walk_observations() argument
616 struct xfarray *counts = xqcheck_counters_for(xqc, dqtype); in xqcheck_walk_observations()
629 error = xfs_qm_dqget(xqc->sc->mp, id, dqtype, false, &dq); in xqcheck_walk_observations()
631 xchk_qcheck_set_corrupt(xqc->sc, dqtype, id); in xqcheck_walk_observations()
637 error = xqcheck_compare_dquot(xqc, dqtype, dq); in xqcheck_walk_observations()
[all …]
H 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()
H A Dquota.h26 xfs_dqtype_t dqtype; member
33 xfs_dqtype_t dqtype);
H A Dquotacheck.h61 xfs_dqtype_t dqtype) in xqcheck_counters_for() argument
63 switch (dqtype) { in xqcheck_counters_for()
H 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),