Home
last modified time | relevance | path

Searched refs:xfs_this_quota_on (Results 1 – 4 of 4) sorted by relevance

/linux-4.19.296/fs/xfs/
Dxfs_dquot.h102 static inline int xfs_this_quota_on(struct xfs_mount *mp, int type) in xfs_this_quota_on() function
Dxfs_dquot.c300 if (!xfs_this_quota_on(dqp->q_mount, dqp->dq_flags)) { in xfs_dquot_disk_alloc()
391 if (!xfs_this_quota_on(mp, dqp->dq_flags)) { in xfs_dquot_disk_read()
898 if (xfs_this_quota_on(mp, type)) { in xfs_qm_dqget_inode()
Dxfs_iomap.c298 if (!dq || !xfs_this_quota_on(ip->i_mount, type)) in xfs_quota_need_throttle()
/linux-4.19.296/fs/xfs/scrub/
Dquota.c65 if (!xfs_this_quota_on(sc->mp, dqtype)) in xchk_setup_quota()