Home
last modified time | relevance | path

Searched refs:qdq (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_quotaops.c217 struct qc_dqblk *qdq) in xfs_fs_get_dqblk()
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()
245 qdq); in xfs_fs_get_nextdqblk()
258 struct qc_dqblk *qdq) in xfs_fs_set_dqblk()
268 xfs_quota_type(qid.type), qdq); in xfs_fs_set_dqblk()
214 xfs_fs_get_dqblk( struct super_block *sb, struct kqid qid, struct qc_dqblk *qdq) xfs_fs_get_dqblk() argument
231 xfs_fs_get_nextdqblk( struct super_block *sb, struct kqid *qid, struct qc_dqblk *qdq) xfs_fs_get_nextdqblk() argument
255 xfs_fs_set_dqblk( struct super_block *sb, struct kqid qid, struct qc_dqblk *qdq) xfs_fs_set_dqblk() argument
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_quotaops.c221 struct qc_dqblk *qdq) in xfs_fs_get_dqblk()
232 return xfs_qm_scall_getquota(mp, id, xfs_quota_type(qid.type), qdq); in xfs_fs_get_dqblk()
240 struct qc_dqblk *qdq) in xfs_fs_get_nextdqblk()
253 qdq); in xfs_fs_get_nextdqblk()
266 struct qc_dqblk *qdq) in xfs_fs_set_dqblk()
278 xfs_quota_type(qid.type), qdq); in xfs_fs_set_dqblk()
218 xfs_fs_get_dqblk( struct super_block *sb, struct kqid qid, struct qc_dqblk *qdq) xfs_fs_get_dqblk() argument
237 xfs_fs_get_nextdqblk( struct super_block *sb, struct kqid *qid, struct qc_dqblk *qdq) xfs_fs_get_nextdqblk() argument
263 xfs_fs_set_dqblk( struct super_block *sb, struct kqid qid, struct qc_dqblk *qdq) xfs_fs_set_dqblk() argument
/kernel/linux/linux-5.10/fs/quota/
H A Dquota.c624 struct qc_dqblk qdq; in quota_setxquota() local
649 copy_from_xfs_dqblk(&qdq, &fdq); in quota_setxquota()
650 return sb->s_qcop->set_dqblk(sb, qid, &qdq); in quota_setxquota()
705 struct qc_dqblk qdq; in quota_getxquota() local
714 ret = sb->s_qcop->get_dqblk(sb, qid, &qdq); in quota_getxquota()
717 copy_to_xfs_dqblk(&fdq, &qdq, type, id); in quota_getxquota()
731 struct qc_dqblk qdq; in quota_getnextxquota() local
741 ret = sb->s_qcop->get_nextdqblk(sb, &qid, &qdq); in quota_getnextxquota()
745 copy_to_xfs_dqblk(&fdq, &qdq, type, id_out); in quota_getnextxquota()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds