Home
last modified time | relevance | path

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

/linux/fs/xfs/scrub/
H A Dquotacheck.c758 if (xfs_this_quota_on(sc->mp, XFS_DQTYPE_USER)) { in xqcheck_setup_scan()
767 if (xfs_this_quota_on(sc->mp, XFS_DQTYPE_GROUP)) { in xqcheck_setup_scan()
776 if (xfs_this_quota_on(sc->mp, XFS_DQTYPE_PROJ)) { in xqcheck_setup_scan()
H A Dquota.c55 if (!xfs_this_quota_on(sc->mp, dqtype)) in xchk_setup_quota()
/linux/fs/xfs/
H A Dxfs_dquot.h139 static inline int xfs_this_quota_on(struct xfs_mount *mp, xfs_dqtype_t type) in xfs_this_quota_on() function
H A Dxfs_dquot.c335 if (!xfs_this_quota_on(dqp->q_mount, qtype)) { in xfs_dquot_disk_alloc()
439 if (!xfs_this_quota_on(mp, qtype)) { in xfs_dquot_disk_read()
1013 if (xfs_this_quota_on(mp, type)) { in xfs_qm_dqget_inode()
H A Dxfs_iomap.c346 if (!dq || !xfs_this_quota_on(ip->i_mount, type)) in xfs_quota_need_throttle()