Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dquota.c380 struct qc_dqblk *qdq) in __bch2_quota_set() argument
409 if (qdq && qdq->d_fieldmask & QC_SPC_TIMER) in __bch2_quota_set()
411 if (qdq && qdq->d_fieldmask & QC_SPC_WARNS) in __bch2_quota_set()
413 if (qdq && qdq->d_fieldmask & QC_INO_TIMER) in __bch2_quota_set()
415 if (qdq && qdq->d_fieldmask & QC_INO_WARNS) in __bch2_quota_set()
776 struct qc_dqblk *qdq) in bch2_get_quota() argument
783 memset(qdq, 0, sizeof(*qdq)); in bch2_get_quota()
788 __bch2_quota_get(qdq, mq); in bch2_get_quota()
808 __bch2_quota_get(qdq, mq); in bch2_get_next_quota()
821 struct qc_dqblk *qdq) in bch2_set_quota_trans() argument
[all …]
/linux-6.15/fs/xfs/
H A Dxfs_quotaops.c226 struct qc_dqblk *qdq) in xfs_fs_get_dqblk() argument
235 return xfs_qm_scall_getquota(mp, id, xfs_quota_type(qid.type), qdq); in xfs_fs_get_dqblk()
243 struct qc_dqblk *qdq) in xfs_fs_get_nextdqblk() argument
254 qdq); in xfs_fs_get_nextdqblk()
267 struct qc_dqblk *qdq) in xfs_fs_set_dqblk() argument
277 xfs_quota_type(qid.type), qdq); in xfs_fs_set_dqblk()
/linux-6.15/fs/quota/
H A Dquota.c628 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()