Home
last modified time | relevance | path

Searched refs:qc_dqblk (Results 1 – 8 of 8) sorted by relevance

/Linux-v5.15/fs/xfs/
Dxfs_qm.h148 struct qc_dqblk *dst);
152 struct qc_dqblk *dst);
156 struct qc_dqblk *newlim);
Dxfs_quotaops.c113 struct qc_dqblk newlim; in xfs_fs_set_info()
217 struct qc_dqblk *qdq) in xfs_fs_get_dqblk()
234 struct qc_dqblk *qdq) in xfs_fs_get_nextdqblk()
258 struct qc_dqblk *qdq) in xfs_fs_set_dqblk()
Dxfs_qm_syscalls.c289 struct qc_dqblk *newlim) in xfs_qm_scall_setqlim()
429 struct qc_dqblk *dst) in xfs_qm_scall_getquota_fill_qc()
479 struct qc_dqblk *dst) in xfs_qm_scall_getquota()
521 struct qc_dqblk *dst) in xfs_qm_scall_getquota_next()
/Linux-v5.15/include/linux/
Dquota.h343 struct qc_dqblk { struct
435 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
437 struct qc_dqblk *);
438 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
Dquotaops.h111 struct qc_dqblk *di);
113 struct qc_dqblk *di);
115 struct qc_dqblk *di);
/Linux-v5.15/fs/quota/
Dquota.c186 static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src) in copy_to_if_dqblk()
204 struct qc_dqblk fdq; in quota_getquota()
240 struct qc_dqblk fdq; in quota_getnextquota()
260 static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src) in copy_from_if_dqblk()
289 struct qc_dqblk fdq; in quota_setquota()
546 static void copy_from_xfs_dqblk(struct qc_dqblk *dst, struct fs_disk_quota *src) in copy_from_xfs_dqblk()
627 struct qc_dqblk qdq; in quota_setxquota()
669 static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, in copy_to_xfs_dqblk()
708 struct qc_dqblk qdq; in quota_getxquota()
734 struct qc_dqblk qdq; in quota_getnextxquota()
Ddquot.c2591 static void do_get_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_get_dqblk()
2609 struct qc_dqblk *di) in dquot_get_dqblk()
2624 struct qc_dqblk *di) in dquot_get_next_dqblk()
2650 static int do_set_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_set_dqblk()
2742 struct qc_dqblk *di) in dquot_set_dqblk()
/Linux-v5.15/fs/gfs2/
Dquota.c819 struct qc_dqblk *fdq) in gfs2_adjust_quota()
1624 struct qc_dqblk *fdq) in gfs2_get_dqblk()
1663 struct qc_dqblk *fdq) in gfs2_set_dqblk()