Searched refs:dqtype (Results 1 – 4 of 4) sorted by relevance
| /linux/fs/xfs/scrub/ |
| H A D | quotacheck.c | 554 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 D | quota.h | 26 xfs_dqtype_t dqtype; member 33 xfs_dqtype_t dqtype);
|
| H A D | quotacheck.h | 61 xfs_dqtype_t dqtype) in xqcheck_counters_for() argument 63 switch (dqtype) { in xqcheck_counters_for()
|
| H A D | trace.h | 472 __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),
|