Searched refs:qc_dqblk (Results 1 – 8 of 8) sorted by relevance
| /Linux-v4.19/fs/xfs/ |
| D | xfs_qm.h | 162 uint, struct qc_dqblk *); 164 xfs_dqid_t *, uint, struct qc_dqblk *); 166 struct qc_dqblk *);
|
| D | xfs_quotaops.c | 114 struct qc_dqblk newlim; in xfs_fs_set_info() 219 struct qc_dqblk *qdq) in xfs_fs_get_dqblk() 238 struct qc_dqblk *qdq) in xfs_fs_get_nextdqblk() 264 struct qc_dqblk *qdq) in xfs_fs_set_dqblk()
|
| D | xfs_qm_syscalls.c | 388 struct qc_dqblk *newlim) in xfs_qm_scall_setqlim() 620 struct qc_dqblk *dst) in xfs_qm_scall_getquota_fill_qc() 682 struct qc_dqblk *dst) in xfs_qm_scall_getquota() 720 struct qc_dqblk *dst) in xfs_qm_scall_getquota_next()
|
| /Linux-v4.19/include/linux/ |
| D | quota.h | 343 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 *);
|
| D | quotaops.h | 102 struct qc_dqblk *di); 104 struct qc_dqblk *di); 106 struct qc_dqblk *di);
|
| /Linux-v4.19/fs/quota/ |
| D | quota.c | 185 static void copy_to_if_dqblk(struct if_dqblk *dst, struct qc_dqblk *src) in copy_to_if_dqblk() 203 struct qc_dqblk fdq; in quota_getquota() 229 struct qc_dqblk fdq; in quota_getnextquota() 249 static void copy_from_if_dqblk(struct qc_dqblk *dst, struct if_dqblk *src) in copy_from_if_dqblk() 278 struct qc_dqblk fdq; in quota_setquota() 500 static void copy_from_xfs_dqblk(struct qc_dqblk *dst, struct fs_disk_quota *src) in copy_from_xfs_dqblk() 578 struct qc_dqblk qdq; in quota_setxquota() 607 static void copy_to_xfs_dqblk(struct fs_disk_quota *dst, struct qc_dqblk *src, in copy_to_xfs_dqblk() 640 struct qc_dqblk qdq; in quota_getxquota() 666 struct qc_dqblk qdq; in quota_getnextxquota()
|
| D | dquot.c | 2603 static void do_get_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_get_dqblk() 2621 struct qc_dqblk *di) in dquot_get_dqblk() 2636 struct qc_dqblk *di) in dquot_get_next_dqblk() 2662 static int do_set_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_set_dqblk() 2754 struct qc_dqblk *di) in dquot_set_dqblk()
|
| /Linux-v4.19/fs/gfs2/ |
| D | quota.c | 815 struct qc_dqblk *fdq) in gfs2_adjust_quota() 1615 struct qc_dqblk *fdq) in gfs2_get_dqblk() 1654 struct qc_dqblk *fdq) in gfs2_set_dqblk()
|