12.07.2015 Views

INTRO (9) NetBSD Kernel Developer's Manual INTRO (9) NAME ...

INTRO (9) NetBSD Kernel Developer's Manual INTRO (9) NAME ...

INTRO (9) NetBSD Kernel Developer's Manual INTRO (9) NAME ...

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

VNODE (9) <strong>NetBSD</strong> <strong>Kernel</strong> Developer’s <strong>Manual</strong> VNODE (9)<strong>NAME</strong>vnode, vcount, vref, VREF, vrele, vget, vput, vhold, VHOLD, holdrele, HOLDRELE,getnewvnode, ungetnewvnode, vrecycle, vgone, vgonel, vflush, vaccess, checkalias,bdevvp, cdevvp, vfinddev, vdevgone, vwakeup, vflushbuf, vinvalbuf, vtruncbuf,vprint —kernel representation of a file or directorySYNOPSIS#include #include intvcount(struct vnode ∗vp);voidvref(struct vnode ∗vp);voidVREF(struct vnode ∗vp);voidvrele(struct vnode ∗vp);intvget(struct vnode ∗vp , int lockflag);voidvput(struct vnode ∗vp);voidvhold(struct vnode ∗vp);voidVHOLD(struct vnode ∗vp);voidholdrele(struct vnode ∗vp);voidHOLDRELE(struct vnode ∗vp);intgetnewvnode(enum vtagtype tag , struct mount ∗mp , int (∗∗vops)(void ∗) ,struct vnode ∗∗vpp);voidungetnewvnode(struct vnode ∗vp);intvrecycle(struct vnode ∗vp , struct simplelock ∗inter_lkp , struct lwp ∗l);voidvgone(struct vnode ∗vp);voidvgonel(struct vnode ∗vp , struct lwp ∗l);intvflush(struct mount ∗mp , struct vnode ∗skipvp , int flags);<strong>NetBSD</strong> 3.0 January 24, 2008 1

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!