xfs_quota_type
return xfs_qm_scall_setqlim(mp, 0, xfs_quota_type(type), &newlim);
return xfs_qm_scall_getquota(mp, id, xfs_quota_type(qid.type), qdq);
ret = xfs_qm_scall_getquota_next(mp, &id, xfs_quota_type(qid->type),
xfs_quota_type(qid.type), qdq);