*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: vrele | Section: 9 | Source: OpenBSD | File: vrele.9
VRELE(9) FreeBSD Kernel Developer's Manual VRELE(9) NAME vrele - decrement the use count for a vnode SYNOPSIS #include <sys/param.h> #include <sys/vnode.h> int vrele(struct vnode *vp); DESCRIPTION Decrement the v_usecount field of the vnode specified by vp. Any code in the system which uses a vnode should call vrele() when it is finished with the vnode. If the v_usecount field of the vnode reaches zero, the vnode will be placed on the free list. RETURN VALUES vrele() returns 0 if it can guarantee that it did not sleep. SEE ALSO vget(9), vnode(9), vput(9), vref(9) AUTHORS This man page was originally written by Doug Rabson for FreeBSD. FreeBSD 14.1-RELEASE-p8 June 4, 2013 FreeBSD 14.1-RELEASE-p8

Navigation Options