Searched defs:vn_vfswlock (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/
H A Dvnode.c1859 * If we manage to grab vn_vfswlock(coveredvp) before releasing
1874 * Note: Implementation of vn_vfswlock shows that ordering of
1875 * v_lock / vn_vfswlock is not an issue here.
1877 error = vn_vfswlock(coveredvp);
2115 * vn_vfswlock_wait has been modified to be similar to vn_vfswlock,
2120 * need the non-blocking version of the writers lock i.e. vn_vfswlock
2159 * vn_vfswlock is used to implement a lock which is logically a writers lock
2163 vn_vfswlock(vnode_t *vp) function
2217 * vn_vfsrlock/vn_vfswlock etc,.

Completed in 70 milliseconds