dqtype             43 fs/xfs/scrub/quota.c 	uint			dqtype;
dqtype             49 fs/xfs/scrub/quota.c 	dqtype = xchk_quota_to_dqtype(sc);
dqtype             50 fs/xfs/scrub/quota.c 	if (dqtype == 0)
dqtype             54 fs/xfs/scrub/quota.c 	if (!xfs_this_quota_on(sc->mp, dqtype))
dqtype             59 fs/xfs/scrub/quota.c 	sc->ip = xfs_quota_inode(sc->mp, dqtype);
dqtype             76 fs/xfs/scrub/quota.c 	uint			dqtype,
dqtype            108 fs/xfs/scrub/quota.c 	if (dqtype != (d->d_flags & XFS_DQ_ALLTYPES))
dqtype            231 fs/xfs/scrub/quota.c 	uint			dqtype;
dqtype            234 fs/xfs/scrub/quota.c 	dqtype = xchk_quota_to_dqtype(sc);
dqtype            252 fs/xfs/scrub/quota.c 	error = xfs_qm_dqiterate(mp, dqtype, xchk_quota_item, &sqi);
dqtype            900 fs/xfs/scrub/repair.c 	uint			dqtype)
dqtype            904 fs/xfs/scrub/repair.c 	flag = xfs_quota_chkd_flag(dqtype);
dqtype             52 fs/xfs/scrub/repair.h void xrep_force_quotacheck(struct xfs_scrub *sc, uint dqtype);
dqtype           1247 fs/xfs/xfs_dquot.c 	uint			dqtype,
dqtype           1256 fs/xfs/xfs_dquot.c 		error = xfs_qm_dqget_next(mp, id, dqtype, &dq);
dqtype           1262 fs/xfs/xfs_dquot.c 		error = iter_fn(dq, dqtype, priv);
dqtype            184 fs/xfs/xfs_dquot.h typedef int (*xfs_qm_dqiterate_fn)(struct xfs_dquot *dq, uint dqtype,
dqtype            186 fs/xfs/xfs_dquot.h int xfs_qm_dqiterate(struct xfs_mount *mp, uint dqtype,
dqtype             40 fs/xfs/xfs_qm_syscalls.c 	uint			dqtype;
dqtype             80 fs/xfs/xfs_qm_syscalls.c 	dqtype = 0;
dqtype             88 fs/xfs/xfs_qm_syscalls.c 		dqtype |= XFS_QMOPT_UQUOTA;
dqtype             93 fs/xfs/xfs_qm_syscalls.c 		dqtype |= XFS_QMOPT_GQUOTA;
dqtype             98 fs/xfs/xfs_qm_syscalls.c 		dqtype |= XFS_QMOPT_PQUOTA;
dqtype            155 fs/xfs/xfs_qm_syscalls.c 	xfs_qm_dqpurge_all(mp, dqtype);
dqtype            187 fs/xfs/xfs_qm_syscalls.c 	if ((dqtype & XFS_QMOPT_UQUOTA) && q->qi_uquotaip) {
dqtype            191 fs/xfs/xfs_qm_syscalls.c 	if ((dqtype & XFS_QMOPT_GQUOTA) && q->qi_gquotaip) {
dqtype            195 fs/xfs/xfs_qm_syscalls.c 	if ((dqtype & XFS_QMOPT_PQUOTA) && q->qi_pquotaip) {
dqtype             41 fs/xfs/xfs_quota.h 	uint		dqtype)
dqtype             43 fs/xfs/xfs_quota.h 	switch (dqtype) {