Searched refs:dqtype (Results 1 – 2 of 2) sorted by relevance
43 xfs_dqtype_t dqtype; in xchk_setup_quota() local49 dqtype = xchk_quota_to_dqtype(sc); in xchk_setup_quota()50 if (dqtype == 0) in xchk_setup_quota()54 if (!xfs_this_quota_on(sc->mp, dqtype)) in xchk_setup_quota()59 sc->ip = xfs_quota_inode(sc->mp, dqtype); in xchk_setup_quota()76 xfs_dqtype_t dqtype, in xchk_quota_item() argument217 xfs_dqtype_t dqtype; in xchk_quota() local220 dqtype = xchk_quota_to_dqtype(sc); in xchk_quota()238 error = xfs_qm_dqiterate(mp, dqtype, xchk_quota_item, &sqi); in xchk_quota()
102 uint dqtype; in xfs_qm_scall_quotaoff() local142 dqtype = 0; in xfs_qm_scall_quotaoff()150 dqtype |= XFS_QMOPT_UQUOTA; in xfs_qm_scall_quotaoff()155 dqtype |= XFS_QMOPT_GQUOTA; in xfs_qm_scall_quotaoff()160 dqtype |= XFS_QMOPT_PQUOTA; in xfs_qm_scall_quotaoff()217 xfs_qm_dqpurge_all(mp, dqtype); in xfs_qm_scall_quotaoff()249 if ((dqtype & XFS_QMOPT_UQUOTA) && q->qi_uquotaip) { in xfs_qm_scall_quotaoff()253 if ((dqtype & XFS_QMOPT_GQUOTA) && q->qi_gquotaip) { in xfs_qm_scall_quotaoff()257 if ((dqtype & XFS_QMOPT_PQUOTA) && q->qi_pquotaip) { in xfs_qm_scall_quotaoff()