Rechercher une page de manuel
vrele.9freebsd
Langue: en
Version: 365438 (ubuntu - 25/10/10)
Section: 9 (Appels noyau Linux)
BSD mandoc
NAME
vrele - decrement the use count for a vnodeSYNOPSIS
In sys/param.h In sys/vnode.h Ft void Fn vrele struct vnode *vpDESCRIPTION
Decrement the v_usecount field of a vnode.- Fa vp
- the vnode to decrement
Any code in the system which is using a vnode should call Fn vrele when it is finished with the vnode. If the v_usecount field of the vnode reaches zero, then it will be placed on the free list.
SEE ALSO
vget(9), vnode(9), vput(9), vref(9), vrefcnt(9)AUTHORS
This manual page was written by An Doug Rabson .Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre