Searched refs:qdq (Results 1 – 1 of 1) sorted by relevance
| /linux/fs/quota/ |
| H A D | quota.c | 628 struct qc_dqblk qdq; in quota_setxquota() local 653 copy_from_xfs_dqblk(&qdq, &fdq); in quota_setxquota() 654 return sb->s_qcop->set_dqblk(sb, qid, &qdq); in quota_setxquota() 709 struct qc_dqblk qdq; in quota_getxquota() local 718 ret = sb->s_qcop->get_dqblk(sb, qid, &qdq); in quota_getxquota() 721 copy_to_xfs_dqblk(&fdq, &qdq, type, id); in quota_getxquota() 735 struct qc_dqblk qdq; in quota_getnextxquota() local 745 ret = sb->s_qcop->get_nextdqblk(sb, &qid, &qdq); in quota_getnextxquota() 749 copy_to_xfs_dqblk(&fdq, &qdq, type, id_out); in quota_getnextxquota()
|