Searched refs:VN_UNLOCK (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_vnode.c | 96 VN_UNLOCK(vp, 0); in vn_reclaim() 117 VN_UNLOCK(vp, 0); in vn_wakeup() 130 VN_UNLOCK(vp, 0); in vn_wait() 281 VN_UNLOCK(vp, 0); in vn_purge() 302 VN_UNLOCK(vp, 0); in vn_purge() 308 VN_UNLOCK(vp, 0); in vn_purge() 339 VN_UNLOCK(vp, 0); in vn_hold() 372 VN_UNLOCK(vp, 0); in vn_rele() 388 VN_UNLOCK(vp, 0); in vn_rele()
|
D | xfs_vnode.h | 568 #define VN_UNLOCK(vp, s) mutex_spinunlock(&(vp)->v_lock, s) macro
|