MCPcopy Create free account
hub / github.com/F-Stack/f-stack / vop_stdunlock

Function vop_stdunlock

freebsd/kern/vfs_default.c:537–546  ·  view source on GitHub ↗

See above. */

(ap)

Source from the content-addressed store, hash-verified

535
536/* See above. */
537int
538vop_stdunlock(ap)
539 struct vop_unlock_args /* {
540 struct vnode *a_vp;
541 } */ *ap;
542{
543 struct vnode *vp = ap->a_vp;
544
545 return (lockmgr_unlock(vp->v_vnlock));
546}
547
548/* See above. */
549int

Callers

nothing calls this directly

Calls 1

lockmgr_unlockFunction · 0.85

Tested by

no test coverage detected