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.

VNODEOPS (9) <strong>NetBSD</strong> <strong>Kernel</strong> Developer’s <strong>Manual</strong> VNODEOPS (9)intVOP_INACTIVE(struct vnode ∗vp);intVOP_RECLAIM(struct vnode ∗vp);intVOP_LOCK(struct vnode ∗vp , int flags);intVOP_UNLOCK(struct vnode ∗vp , int flags);intVOP_ISLOCKED(struct vnode ∗vp);intVOP_BMAP(struct vnode ∗vp , daddr_t bn , struct vnode ∗∗vpp , daddr_t ∗bnp ,int ∗runp);intVOP_PRINT(struct vnode ∗vp);intVOP_PATHCONF(struct vnode ∗vp , int name , register_t ∗retval);intVOP_ADVLOCK(struct vnode ∗vp , void ∗id , int op , struct flock ∗fl , int flags);intVOP_LEASE(struct vnode ∗vp , kauth_cred_t cred , int flag);intVOP_WHITEOUT(struct vnode ∗dvp , struct componentname ∗cnp , int flags);intVOP_GETPAGES(struct vnode ∗vp , voff_t offset , struct vm_page ∗∗m ,int ∗count , int centeridx , vm_prot_t access_type , int advice ,int flags);intVOP_PUTPAGES(struct vnode ∗vp , voff_t offlo , voff_t offhi , int flags);intVOP_STRATEGY(struct vnode ∗vp , struct buf ∗bp);intVOP_BWRITE(struct buf ∗bp);intVOP_GETEXTATTR(struct vnode ∗vp , int attrnamespace , const char ∗name ,struct uio ∗uio , size_t ∗size , kauth_cred_t cred);intVOP_SETEXTATTR(struct vnode ∗vp , int attrnamespace , const char ∗name ,struct uio ∗uio , kauth_cred_t cred);intVOP_LISTEXTATTR(struct vnode ∗vp , int attrnamespace , struct uio ∗uio ,size_t ∗size , kauth_cred_t cred);<strong>NetBSD</strong> 3.0 January 19, 2008 3

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

Saved successfully!

Ooh no, something went wrong!