Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A Dxfs_qm.h143 struct qc_dqblk *dst);
147 struct qc_dqblk *dst);
151 struct qc_dqblk *newlim);
H A 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()
H A Dxfs_qm_syscalls.c277 struct qc_dqblk *newlim) in xfs_qm_scall_setqlim()
402 struct qc_dqblk *dst) in xfs_qm_scall_getquota_fill_qc()
452 struct qc_dqblk *dst) in xfs_qm_scall_getquota()
497 struct qc_dqblk *dst) in xfs_qm_scall_getquota_next()
/openbmc/linux/include/linux/
H A Dquota.h345 struct qc_dqblk { struct
437 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
439 struct qc_dqblk *);
440 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
H A Dquotaops.h112 struct qc_dqblk *di);
114 struct qc_dqblk *di);
116 struct qc_dqblk *di);
/openbmc/linux/fs/quota/
H A Dquota.c187 static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src) in copy_to_if_dqblk()
205 struct qc_dqblk fdq; in quota_getquota()
241 struct qc_dqblk fdq; in quota_getnextquota()
261 static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src) in copy_from_if_dqblk()
290 struct qc_dqblk fdq; in quota_setquota()
547 static void copy_from_xfs_dqblk(struct qc_dqblk *dst, struct fs_disk_quota *src) in copy_from_xfs_dqblk()
628 struct qc_dqblk qdq; in quota_setxquota()
670 static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, in copy_to_xfs_dqblk()
709 struct qc_dqblk qdq; in quota_getxquota()
735 struct qc_dqblk qdq; in quota_getnextxquota()
H A Ddquot.c2674 static void do_get_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_get_dqblk()
2692 struct qc_dqblk *di) in dquot_get_dqblk()
2707 struct qc_dqblk *di) in dquot_get_next_dqblk()
2733 static int do_set_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_set_dqblk()
2825 struct qc_dqblk *di) in dquot_set_dqblk()
/openbmc/linux/fs/gfs2/
H A Dquota.c856 struct qc_dqblk *fdq) in gfs2_adjust_quota()
1644 struct qc_dqblk *fdq) in gfs2_get_dqblk()
1683 struct qc_dqblk *fdq) in gfs2_set_dqblk()