NAME
vget — get a vnode from the free listSYNOPSIS
#include <sys/param.h>#include <sys/vnode.h> int
vget(struct vnode *vp, int lockflag, struct thread *td);
DESCRIPTION
Get a vnode from the free list and increment its reference count.- vp
- The vnode to remove from the free list.
- lockflag
- If non-zero, the vnode will also be locked.
SEE ALSO
vnode(9), vput(9), vref(9), vrele(9)AUTHORS
This manual page was written by Doug Rabson.July 24, 1996 | Debian |