Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/xfs/
H A Dxfs_qm.h152 struct qc_dqblk *dst);
156 struct qc_dqblk *dst);
160 struct qc_dqblk *newlim);
H A Dxfs_quotaops.c113 struct qc_dqblk newlim; in xfs_fs_set_info()
221 struct qc_dqblk *qdq) in xfs_fs_get_dqblk()
240 struct qc_dqblk *qdq) in xfs_fs_get_nextdqblk()
266 struct qc_dqblk *qdq) in xfs_fs_set_dqblk()
H A Dxfs_qm_syscalls.c505 struct qc_dqblk *newlim) in xfs_qm_scall_setqlim()
645 struct qc_dqblk *dst) in xfs_qm_scall_getquota_fill_qc()
695 struct qc_dqblk *dst) in xfs_qm_scall_getquota()
733 struct qc_dqblk *dst) in xfs_qm_scall_getquota_next()
/OK3568_Linux_fs/kernel/include/linux/
H A Dquota.h349 struct qc_dqblk { struct
441 int (*get_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
443 struct qc_dqblk *);
444 int (*set_dqblk)(struct super_block *, struct kqid, struct qc_dqblk *);
H A Dquotaops.h111 struct qc_dqblk *di);
113 struct qc_dqblk *di);
115 struct qc_dqblk *di);
/OK3568_Linux_fs/kernel/fs/quota/
H A Dquota.c184 static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src) in copy_to_if_dqblk()
202 struct qc_dqblk fdq; in quota_getquota()
238 struct qc_dqblk fdq; in quota_getnextquota()
258 static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src) in copy_from_if_dqblk()
287 struct qc_dqblk fdq; in quota_setquota()
543 static void copy_from_xfs_dqblk(struct qc_dqblk *dst, struct fs_disk_quota *src) in copy_from_xfs_dqblk()
624 struct qc_dqblk qdq; in quota_setxquota()
666 static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, in copy_to_xfs_dqblk()
705 struct qc_dqblk qdq; in quota_getxquota()
731 struct qc_dqblk qdq; in quota_getnextxquota()
H A Ddquot.c2608 static void do_get_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_get_dqblk()
2626 struct qc_dqblk *di) in dquot_get_dqblk()
2641 struct qc_dqblk *di) in dquot_get_next_dqblk()
2667 static int do_set_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_set_dqblk()
2759 struct qc_dqblk *di) in dquot_set_dqblk()
/OK3568_Linux_fs/kernel/fs/gfs2/
H A Dquota.c827 struct qc_dqblk *fdq) in gfs2_adjust_quota()
1632 struct qc_dqblk *fdq) in gfs2_get_dqblk()
1671 struct qc_dqblk *fdq) in gfs2_set_dqblk()