Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_vnode.c96 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()
Dxfs_vnode.h568 #define VN_UNLOCK(vp, s) mutex_spinunlock(&(vp)->v_lock, s) macro