Searched refs:xfs_dqtype_t (Results 1 – 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
D | xfs_dquot.h | 63 xfs_dqtype_t q_type; 137 static inline int xfs_this_quota_on(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_this_quota_on() 153 xfs_dqtype_t type) in xfs_inode_dquot() 210 xfs_dqtype_t type); 212 xfs_dqtype_t type, bool can_alloc, 214 int xfs_qm_dqget_inode(struct xfs_inode *ip, xfs_dqtype_t type, 217 xfs_dqtype_t type, struct xfs_dquot **dqpp); 219 xfs_dqid_t id, xfs_dqtype_t type, 236 xfs_dqtype_t type, void *priv); 237 int xfs_qm_dqiterate(struct xfs_mount *mp, xfs_dqtype_t type,
|
D | xfs_qm.h | 77 xfs_dqtype_t type) in xfs_dquot_tree() 93 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode() 151 xfs_dqtype_t type, 155 xfs_dqtype_t type, 159 xfs_dqtype_t type, 165 xfs_get_defquota(struct xfs_quotainfo *qi, xfs_dqtype_t type) in xfs_get_defquota()
|
D | xfs_dquot.c | 183 xfs_dqtype_t type, in xfs_qm_init_dquot_blk() 300 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_alloc() 392 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read() 451 xfs_dqtype_t type) in xfs_dquot_alloc() 637 xfs_dqtype_t type, in xfs_qm_dqread() 685 xfs_dqtype_t type, in xfs_dq_get_next_id() 809 xfs_dqtype_t type) in xfs_qm_dqget_checks() 841 xfs_dqtype_t type, in xfs_qm_dqget() 891 xfs_dqtype_t type, in xfs_qm_dqget_uncached() 907 xfs_dqtype_t type) in xfs_qm_id_for_quotatype() [all …]
|
D | xfs_qm_syscalls.c | 504 xfs_dqtype_t type, in xfs_qm_scall_setqlim() 643 xfs_dqtype_t type, in xfs_qm_scall_getquota_fill_qc() 694 xfs_dqtype_t type, in xfs_qm_scall_getquota() 732 xfs_dqtype_t type, in xfs_qm_scall_getquota_next()
|
D | xfs_qm.c | 50 xfs_dqtype_t type, in xfs_qm_dquot_walk() 252 xfs_dqtype_t type, in xfs_qm_dqattach_one() 547 xfs_dqtype_t type, in xfs_qm_set_defquota() 577 xfs_dqtype_t type) in xfs_qm_init_timelimits() 839 xfs_dqtype_t type) in xfs_qm_reset_dqcounts() 910 xfs_dqtype_t type, in xfs_qm_reset_dqcounts_all() 976 xfs_dqtype_t type, in xfs_qm_reset_dqcounts_buf() 1074 xfs_dqtype_t type, in xfs_qm_quotacheck_dqadjust()
|
D | xfs_quota.h | 42 xfs_dqtype_t type) in xfs_quota_chkd_flag()
|
D | xfs_quotaops.c | 88 STATIC xfs_dqtype_t
|
D | xfs_iomap.c | 297 xfs_dqtype_t type, in xfs_quota_need_throttle() 319 xfs_dqtype_t type, in xfs_quota_calc_throttle()
|
D | xfs_trace.h | 868 __field(xfs_dqtype_t, type) 982 __field(xfs_dqtype_t, type) 1010 __field(xfs_dqtype_t, type)
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
D | quota.c | 21 static inline xfs_dqtype_t 43 xfs_dqtype_t dqtype; in xchk_setup_quota() 76 xfs_dqtype_t dqtype, in xchk_quota_item() 217 xfs_dqtype_t dqtype; in xchk_quota()
|
D | repair.h | 54 void xrep_force_quotacheck(struct xfs_scrub *sc, xfs_dqtype_t type);
|
D | repair.c | 902 xfs_dqtype_t type) in xrep_force_quotacheck()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
D | xfs_quota_defs.h | 21 typedef uint8_t xfs_dqtype_t; typedef 145 xfs_dqid_t id, xfs_dqtype_t type);
|
D | xfs_dquot_buf.c | 124 xfs_dqtype_t type) in xfs_dqblk_repair()
|