Home
last modified time | relevance | path

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

/Linux-v5.4/fs/xfs/
Dxfs_quotaops.c218 struct qc_dqblk *qdq) in xfs_fs_get_dqblk() argument
229 return xfs_qm_scall_getquota(mp, id, xfs_quota_type(qid.type), qdq); in xfs_fs_get_dqblk()
237 struct qc_dqblk *qdq) in xfs_fs_get_nextdqblk() argument
250 qdq); in xfs_fs_get_nextdqblk()
263 struct qc_dqblk *qdq) in xfs_fs_set_dqblk() argument
275 xfs_quota_type(qid.type), qdq); in xfs_fs_set_dqblk()
/Linux-v5.4/fs/quota/
Dquota.c564 struct qc_dqblk qdq; in quota_setxquota() local
589 copy_from_xfs_dqblk(&qdq, &fdq); in quota_setxquota()
590 return sb->s_qcop->set_dqblk(sb, qid, &qdq); in quota_setxquota()
626 struct qc_dqblk qdq; in quota_getxquota() local
635 ret = sb->s_qcop->get_dqblk(sb, qid, &qdq); in quota_getxquota()
638 copy_to_xfs_dqblk(&fdq, &qdq, type, id); in quota_getxquota()
652 struct qc_dqblk qdq; in quota_getnextxquota() local
662 ret = sb->s_qcop->get_nextdqblk(sb, &qid, &qdq); in quota_getnextxquota()
666 copy_to_xfs_dqblk(&fdq, &qdq, type, id_out); in quota_getnextxquota()