Home
last modified time | relevance | path

Searched refs:qdq (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/fs/xfs/
Dxfs_quotaops.c231 struct qc_dqblk *qdq) in xfs_fs_get_dqblk() argument
241 xfs_quota_type(qid.type), qdq); in xfs_fs_get_dqblk()
248 struct qc_dqblk *qdq) in xfs_fs_set_dqblk() argument
260 xfs_quota_type(qid.type), qdq); in xfs_fs_set_dqblk()
/linux-4.1.27/fs/quota/
Dquota.c548 struct qc_dqblk qdq; in quota_setxquota() local
573 copy_from_xfs_dqblk(&qdq, &fdq); in quota_setxquota()
574 return sb->s_qcop->set_dqblk(sb, qid, &qdq); in quota_setxquota()
610 struct qc_dqblk qdq; in quota_getxquota() local
619 ret = sb->s_qcop->get_dqblk(sb, qid, &qdq); in quota_getxquota()
622 copy_to_xfs_dqblk(&fdq, &qdq, type, id); in quota_getxquota()