Searched refs:xfs_this_quota_on (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_dquot.h | 137 static inline int xfs_this_quota_on(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_this_quota_on() function
|
H A D | xfs_dquot.c | 308 if (!xfs_this_quota_on(dqp->q_mount, qtype)) { in xfs_dquot_disk_alloc() 399 if (!xfs_this_quota_on(mp, qtype)) { in xfs_dquot_disk_read() 1008 if (xfs_this_quota_on(mp, type)) { in xfs_qm_dqget_inode()
|
H A D | xfs_iomap.c | 302 if (!dq || !xfs_this_quota_on(ip->i_mount, type)) in xfs_quota_need_throttle()
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_dquot.h | 139 static inline int xfs_this_quota_on(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_this_quota_on() function
|
H A D | xfs_dquot.c | 311 if (!xfs_this_quota_on(dqp->q_mount, qtype)) { in xfs_dquot_disk_alloc() 419 if (!xfs_this_quota_on(mp, qtype)) { in xfs_dquot_disk_read() 982 if (xfs_this_quota_on(mp, type)) { in xfs_qm_dqget_inode()
|
H A D | xfs_iomap.c | 349 if (!dq || !xfs_this_quota_on(ip->i_mount, type)) in xfs_quota_need_throttle()
|
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | quota.c | 54 if (!xfs_this_quota_on(sc->mp, dqtype)) in xchk_setup_quota()
|
/kernel/linux/linux-6.6/fs/xfs/scrub/ |
H A D | quota.c | 53 if (!xfs_this_quota_on(sc->mp, dqtype)) in xchk_setup_quota()
|
Completed in 9 milliseconds