Home
last modified time | relevance | path

Searched refs:XFS_DQ_PINLOCK (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/quota/
Dxfs_dquot_item.c121 s = XFS_DQ_PINLOCK(dqp); in xfs_qm_dquot_logitem_pin()
142 s = XFS_DQ_PINLOCK(dqp); in xfs_qm_dquot_logitem_unpin()
222 s = XFS_DQ_PINLOCK(dqp); in xfs_qm_dqunpin_wait()
Dxfs_dquot.h161 #define XFS_DQ_PINLOCK(dqp) mutex_spinlock( \ macro