*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->FreeBSD man pages -> vput (9)              
Title
Content
Arch
Section
 

VPUT(9)

Contents


NAME    [Toc]    [Back]

     vput -- decrement the use count for a vnode and unlock it

SYNOPSIS    [Toc]    [Back]

     #include <sys/param.h>
     #include <sys/vnode.h>

     void
     vput(struct vnode *vp);

DESCRIPTION    [Toc]    [Back]

     Decrement the v_usecount field of a vnode and unlock the vnode.

     vp  the vnode to decrement

     This operation is functionally equivalent to calling VOP_UNLOCK(9) followed
 by vrele(9).

SEE ALSO    [Toc]    [Back]

      
      
     vnode(9), VOP_UNLOCK(9), vref(9), vrele(9)

AUTHORS    [Toc]    [Back]

     This man page was written by Doug Rabson.


FreeBSD 5.2.1			 July 24, 1996			 FreeBSD 5.2.1
[ Back ]
 Similar pages
Name OS Title
vput OpenBSD decrement the reference count for a vnode and unlock it
vrele OpenBSD decrement the use count for a vnode
vrele FreeBSD decrement the use count for a vnode
vref OpenBSD increment the use count for a vnode
VREF FreeBSD increment the use count for a vnode
vref FreeBSD increment the use count for a vnode
vrecycle OpenBSD recycle a vnode if its reference count is zero
sem_trywait FreeBSD decrement (lock) a semaphore
sem_wait FreeBSD decrement (lock) a semaphore
sem_trywait OpenBSD decrement (lock) a semaphore
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service