Searched refs:xfs_this_quota_on (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/xfs/
H A Dxfs_dquot.h139 static inline int xfs_this_quota_on(struct xfs_mount *mp, xfs_dqtype_t type) function
H A Dxfs_dquot.c335 if (!xfs_this_quota_on(dqp->q_mount, qtype)) {
443 if (!xfs_this_quota_on(mp, qtype)) {
1017 if (xfs_this_quota_on(mp, type)) {
H A Dxfs_iomap.c355 if (!dq || !xfs_this_quota_on(ip->i_mount, type))
/linux-master/fs/xfs/scrub/
H A Dquotacheck.c758 if (xfs_this_quota_on(sc->mp, XFS_DQTYPE_USER)) {
767 if (xfs_this_quota_on(sc->mp, XFS_DQTYPE_GROUP)) {
776 if (xfs_this_quota_on(sc->mp, XFS_DQTYPE_PROJ)) {
H A Dquota.c55 if (!xfs_this_quota_on(sc->mp, dqtype))

Completed in 112 milliseconds