Lines Matching defs:vp
108 struct vnode *vp = NMTOV(newnamep); in nm_open() local
163 nm_close(vnode_t *vp, int flag, int count, offset_t offset, cred_t *crp, in nm_close()
192 nm_read(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *crp, in nm_read()
199 nm_write(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *crp, in nm_write()
206 nm_ioctl(vnode_t *vp, int cmd, intptr_t arg, int mode, cred_t *cr, int *rvalp, in nm_ioctl()
218 nm_getattr(vnode_t *vp, vattr_t *vap, int flags, cred_t *crp, in nm_getattr()
264 vnode_t *vp, in nm_setattr()
336 nm_access(vnode_t *vp, int mode, int flags, cred_t *crp, in nm_access()
379 nm_link(vnode_t *tdvp, vnode_t *vp, char *tnm, cred_t *crp, in nm_link()
386 nm_fsync(vnode_t *vp, int syncflag, cred_t *crp, caller_context_t *ct) in nm_fsync()
394 nm_inactive(vnode_t *vp, cred_t *crp, caller_context_t *ct) in nm_inactive()
419 nm_fid(vnode_t *vp, struct fid *fidnodep, caller_context_t *ct) in nm_fid()
425 nm_rwlock(vnode_t *vp, int write, caller_context_t *ctp) in nm_rwlock()
431 nm_rwunlock(vnode_t *vp, int write, caller_context_t *ctp) in nm_rwunlock()
437 nm_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in nm_seek()
446 nm_realvp(vnode_t *vp, vnode_t **vpp, caller_context_t *ct) in nm_realvp()
458 nm_poll(vnode_t *vp, short events, int anyyet, short *reventsp, in nm_poll()