Lines Matching refs:invp
8798 nfsrpc_copy_file_range(vnode_t invp, off_t *inoffp, vnode_t outvp,
8805 struct nfsmount *nmp = VFSTONFS(invp->v_mount);
8812 innfhp = VTONFS(invp)->n_fhp;
8818 nfscl_getstateid(invp, innfhp->nfh_fh, innfhp->nfh_len,
8826 error = nfsrpc_copyrpc(invp, *inoffp, outvp, *outoffp, lenp,
8869 nfsrpc_copyrpc(vnode_t invp, off_t inoff, vnode_t outvp, off_t outoff,
8884 nmp = VFSTONFS(invp->v_mount);
8891 nfscl_reqstart(nd, NFSPROC_COPY, nmp, VTONFS(invp)->n_fhp->nfh_fh,
8892 VTONFS(invp)->n_fhp->nfh_len, &opcntp, NULL, 0, 0, cred);
8908 nfscl_fillsattr(nd, &va, invp, 0, 0);
8913 /* Now Getattr the invp attributes. */
8946 error = nfscl_request(nd, invp, p, cred);