Home
last modified time | relevance | path

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

/Linux-v5.15/fs/xfs/
Dxfs_quotaops.c217 struct qc_dqblk *qdq) in xfs_fs_get_dqblk() argument
226 return xfs_qm_scall_getquota(mp, id, xfs_quota_type(qid.type), qdq); in xfs_fs_get_dqblk()
234 struct qc_dqblk *qdq) in xfs_fs_get_nextdqblk() argument
245 qdq); in xfs_fs_get_nextdqblk()
258 struct qc_dqblk *qdq) in xfs_fs_set_dqblk() argument
268 xfs_quota_type(qid.type), qdq); in xfs_fs_set_dqblk()
/Linux-v5.15/fs/quota/
Dquota.c627 struct qc_dqblk qdq; in quota_setxquota() local
652 copy_from_xfs_dqblk(&qdq, &fdq); in quota_setxquota()
653 return sb->s_qcop->set_dqblk(sb, qid, &qdq); in quota_setxquota()
708 struct qc_dqblk qdq; in quota_getxquota() local
717 ret = sb->s_qcop->get_dqblk(sb, qid, &qdq); in quota_getxquota()
720 copy_to_xfs_dqblk(&fdq, &qdq, type, id); in quota_getxquota()
734 struct qc_dqblk qdq; in quota_getnextxquota() local
744 ret = sb->s_qcop->get_nextdqblk(sb, &qid, &qdq); in quota_getnextxquota()
748 copy_to_xfs_dqblk(&fdq, &qdq, type, id_out); in quota_getnextxquota()