qdq               564 fs/quota/quota.c 	struct qc_dqblk qdq;
qdq               589 fs/quota/quota.c 	copy_from_xfs_dqblk(&qdq, &fdq);
qdq               590 fs/quota/quota.c 	return sb->s_qcop->set_dqblk(sb, qid, &qdq);
qdq               626 fs/quota/quota.c 	struct qc_dqblk qdq;
qdq               635 fs/quota/quota.c 	ret = sb->s_qcop->get_dqblk(sb, qid, &qdq);
qdq               638 fs/quota/quota.c 	copy_to_xfs_dqblk(&fdq, &qdq, type, id);
qdq               652 fs/quota/quota.c 	struct qc_dqblk qdq;
qdq               662 fs/quota/quota.c 	ret = sb->s_qcop->get_nextdqblk(sb, &qid, &qdq);
qdq               666 fs/quota/quota.c 	copy_to_xfs_dqblk(&fdq, &qdq, type, id_out);
qdq               221 fs/xfs/xfs_quotaops.c 	struct qc_dqblk		*qdq)
qdq               232 fs/xfs/xfs_quotaops.c 	return xfs_qm_scall_getquota(mp, id, xfs_quota_type(qid.type), qdq);
qdq               240 fs/xfs/xfs_quotaops.c 	struct qc_dqblk		*qdq)
qdq               253 fs/xfs/xfs_quotaops.c 			qdq);
qdq               266 fs/xfs/xfs_quotaops.c 	struct qc_dqblk		*qdq)
qdq               278 fs/xfs/xfs_quotaops.c 				     xfs_quota_type(qid.type), qdq);