Searched refs:XFS_QI_QOFFLOCK (Results 1 – 2 of 2) sorted by relevance
255 mutex_lock(&(XFS_QI_QOFFLOCK(mp)), PINOD); in xfs_qm_scall_quotaoff()268 mutex_unlock(&(XFS_QI_QOFFLOCK(mp))); in xfs_qm_scall_quotaoff()298 mutex_unlock(&(XFS_QI_QOFFLOCK(mp))); in xfs_qm_scall_quotaoff()368 mutex_unlock(&(XFS_QI_QOFFLOCK(mp))); in xfs_qm_scall_quotaoff()385 mutex_unlock(&(XFS_QI_QOFFLOCK(mp))); in xfs_qm_scall_quotaoff()516 mutex_lock(&(XFS_QI_QOFFLOCK(mp)), PINOD); in xfs_qm_scall_quotaon()518 mutex_unlock(&(XFS_QI_QOFFLOCK(mp))); in xfs_qm_scall_quotaon()625 mutex_lock(&(XFS_QI_QOFFLOCK(mp)), PINOD); in xfs_qm_scall_setqlim()633 mutex_unlock(&(XFS_QI_QOFFLOCK(mp))); in xfs_qm_scall_setqlim()730 mutex_unlock(&(XFS_QI_QOFFLOCK(mp))); in xfs_qm_scall_setqlim()
60 #define XFS_QI_QOFFLOCK(mp) ((mp)->m_quotainfo->qi_quotaofflock) macro