Searched refs:xfs_dqtype_t (Results 1 – 14 of 14) sorted by relevance
/linux-6.1.9/fs/xfs/ |
D | xfs_dquot.h | 65 xfs_dqtype_t q_type; 139 static inline int xfs_this_quota_on(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_this_quota_on() 155 xfs_dqtype_t type) in xfs_inode_dquot() 212 xfs_dqtype_t type); 214 xfs_dqtype_t type, bool can_alloc, 216 int xfs_qm_dqget_inode(struct xfs_inode *ip, xfs_dqtype_t type, 219 xfs_dqtype_t type, struct xfs_dquot **dqpp); 221 xfs_dqid_t id, xfs_dqtype_t type, 238 xfs_dqtype_t type, void *priv); 239 int xfs_qm_dqiterate(struct xfs_mount *mp, xfs_dqtype_t type,
|
D | xfs_qm.h | 76 xfs_dqtype_t type) in xfs_dquot_tree() 92 xfs_quota_inode(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_quota_inode() 142 xfs_dqtype_t type, 146 xfs_dqtype_t type, 150 xfs_dqtype_t type, 156 xfs_get_defquota(struct xfs_quotainfo *qi, xfs_dqtype_t type) in xfs_get_defquota()
|
D | xfs_dquot.c | 180 xfs_dqtype_t type, in xfs_qm_init_dquot_blk() 296 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_alloc() 412 xfs_dqtype_t qtype = xfs_dquot_type(dqp); in xfs_dquot_disk_read() 471 xfs_dqtype_t type) in xfs_dquot_alloc() 651 xfs_dqtype_t type, in xfs_qm_dqread() 699 xfs_dqtype_t type, in xfs_dq_get_next_id() 821 xfs_dqtype_t type) in xfs_qm_dqget_checks() 850 xfs_dqtype_t type, in xfs_qm_dqget() 900 xfs_dqtype_t type, in xfs_qm_dqget_uncached() 916 xfs_dqtype_t type) in xfs_qm_id_for_quotatype() [all …]
|
D | xfs_qm_syscalls.c | 276 xfs_dqtype_t type, in xfs_qm_scall_setqlim() 400 xfs_dqtype_t type, in xfs_qm_scall_getquota_fill_qc() 451 xfs_dqtype_t type, in xfs_qm_scall_getquota() 496 xfs_dqtype_t type, in xfs_qm_scall_getquota_next()
|
D | xfs_quota.h | 42 xfs_dqtype_t type) in xfs_quota_chkd_flag() 116 bool xfs_inode_near_dquot_enforcement(struct xfs_inode *ip, xfs_dqtype_t type);
|
D | xfs_qm.c | 53 xfs_dqtype_t type, in xfs_qm_dquot_walk() 250 xfs_dqtype_t type, in xfs_qm_dqattach_one() 543 xfs_dqtype_t type, in xfs_qm_set_defquota() 573 xfs_dqtype_t type) in xfs_qm_init_timelimits() 832 xfs_dqtype_t type) in xfs_qm_reset_dqcounts() 903 xfs_dqtype_t type, in xfs_qm_reset_dqcounts_all() 969 xfs_dqtype_t type, in xfs_qm_reset_dqcounts_buf() 1067 xfs_dqtype_t type, in xfs_qm_quotacheck_dqadjust() 1892 xfs_dqtype_t type) in xfs_inode_near_dquot_enforcement()
|
D | xfs_quotaops.c | 88 STATIC xfs_dqtype_t
|
D | xfs_iomap.c | 299 xfs_dqtype_t type, in xfs_quota_need_throttle() 321 xfs_dqtype_t type, in xfs_quota_calc_throttle()
|
D | xfs_trace.h | 1014 __field(xfs_dqtype_t, type) 1112 __field(xfs_dqtype_t, type) 1140 __field(xfs_dqtype_t, type)
|
/linux-6.1.9/fs/xfs/scrub/ |
D | quota.c | 21 static inline xfs_dqtype_t 42 xfs_dqtype_t dqtype; in xchk_setup_quota() 75 xfs_dqtype_t dqtype, in xchk_quota_item() 216 xfs_dqtype_t dqtype; in xchk_quota()
|
D | repair.h | 57 void xrep_force_quotacheck(struct xfs_scrub *sc, xfs_dqtype_t type);
|
D | repair.c | 907 xfs_dqtype_t type) in xrep_force_quotacheck()
|
/linux-6.1.9/fs/xfs/libxfs/ |
D | xfs_quota_defs.h | 20 typedef uint8_t xfs_dqtype_t; typedef 139 xfs_dqid_t id, xfs_dqtype_t type);
|
D | xfs_dquot_buf.c | 124 xfs_dqtype_t type) in xfs_dqblk_repair()
|