Lines Matching refs:vnode
157 int (*nr_readrpc)(struct vnode *vp, struct uio *uiop,
159 int (*nr_writerpc)(struct vnode *vp, struct uio *uiop,
162 int (*nr_readlinkrpc)(struct vnode *vp, struct uio *uiop,
164 void (*nr_invaldir)(struct vnode *vp);
165 int (*nr_commit)(struct vnode *vp, u_quad_t offset, int cnt,
243 void nfs_purgecache(struct vnode *);
244 int nfs_vinvalbuf(struct vnode *, int, struct thread *, int);
245 int nfs_readrpc(struct vnode *, struct uio *, struct ucred *);
246 int nfs_writerpc(struct vnode *, struct uio *, struct ucred *, int *,
248 int nfs_commit(struct vnode *vp, u_quad_t offset, int cnt,
250 int nfs_readdirrpc(struct vnode *, struct uio *, struct ucred *);
254 int nfs_doio(struct vnode *, struct buf *, struct ucred *, struct thread *);
256 int nfs_readlinkrpc(struct vnode *, struct uio *, struct ucred *);
258 int nfs_readdirplusrpc(struct vnode *, struct uio *, struct ucred *);
259 int nfs_request(struct vnode *, struct mbuf *, int, struct thread *,
261 int nfs_loadattrcache(struct vnode **, struct mbuf **, caddr_t *,
272 int nfs_getattrcache(struct vnode *, struct vattr *);
275 int nfs_bioread(struct vnode *, struct uio *, int, struct ucred *);
279 int nfs_fsinfo(struct nfsmount *, struct vnode *, struct ucred *,
281 int nfs_meta_setsize (struct vnode *, struct ucred *,