Searched refs:qc_dqblk (Results 1 – 7 of 7) sorted by relevance
/linux/fs/xfs/ |
H A D | xfs_quotaops.c | 122 struct qc_dqblk newlim; in xfs_fs_set_info() 226 struct qc_dqblk *qdq) in xfs_fs_get_dqblk() 243 struct qc_dqblk *qdq) in xfs_fs_get_nextdqblk() 267 struct qc_dqblk *qdq) in xfs_fs_set_dqblk()
|
H A D | xfs_qm_syscalls.c | 276 struct qc_dqblk *newlim) in xfs_qm_scall_setqlim() 401 struct qc_dqblk *dst) in xfs_qm_scall_getquota_fill_qc() 438 struct qc_dqblk *dst) in xfs_qm_scall_getquota() 483 struct qc_dqblk *dst) in xfs_qm_scall_getquota_next()
|
/linux/include/linux/ |
H A D | quota.h | 345 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 D | quotaops.h | 112 struct qc_dqblk *di); 114 struct qc_dqblk *di); 116 struct qc_dqblk *di);
|
/linux/fs/quota/ |
H A D | quota.c | 187 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 D | dquot.c | 2662 static void do_get_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_get_dqblk() 2680 struct qc_dqblk *di) in dquot_get_dqblk() 2695 struct qc_dqblk *di) in dquot_get_next_dqblk() 2721 static int do_set_dqblk(struct dquot *dquot, struct qc_dqblk *di) in do_set_dqblk() 2815 struct qc_dqblk *di) in dquot_set_dqblk()
|
/linux/fs/bcachefs/ |
H A D | quota.c | 109 static void qc_dqblk_to_text(struct printbuf *out, struct qc_dqblk *q) in qc_dqblk_to_text() 380 struct qc_dqblk *qdq) in __bch2_quota_set() 760 static void __bch2_quota_get(struct qc_dqblk *dst, struct bch_memquota *src) in __bch2_quota_get() 776 struct qc_dqblk *qdq) in bch2_get_quota() 795 struct qc_dqblk *qdq) in bch2_get_next_quota() 821 struct qc_dqblk *qdq) in bch2_set_quota_trans() 852 struct qc_dqblk *qdq) in bch2_set_quota()
|