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

/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c148 static void ufs_rwunlock(struct vnode *, int, caller_context_t *);
218 VOPNAME_RWUNLOCK, { .vop_rwunlock = ufs_rwunlock }, /* not blkd */
4426 ufs_rwunlock(struct vnode *vp, int write_lock, caller_context_t *ctp) function
6572 * as a reader. This is because ufs_rwunlock(), which will be

Completed in 68 milliseconds