Searched refs:newvp (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/sys/fs/autofs/
H A Dautofs_vnops.c57 int pathlen, struct vnode **newvp);
76 struct vnode *vp, *newvp; local
97 error = autofs_trigger_vn(vp, "", 0, &newvp);
101 if (newvp != NULL) {
102 error = VOP_GETATTR(newvp, ap->a_vap,
104 vput(newvp);
136 * root vnode in 'newvp', locked.
140 struct vnode **newvp)
181 *newvp = NULL;
193 error = VFS_ROOT(vp->v_mountedhere, lock_flags, newvp);
139 autofs_trigger_vn(struct vnode *vp, const char *path, int pathlen, struct vnode **newvp) argument
214 struct vnode *dvp, *newvp, **vpp; local
397 struct vnode *vp, *newvp; local
[all...]
/freebsd-11-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c1025 struct vnode *newvp; local
1088 newvp = *vpp;
1089 newnp = VTONFS(newvp);
1095 KDTRACE_NFS_ATTRCACHE_FLUSH_DONE(newvp);
1098 if (nfscl_nodeleg(newvp, 0) == 0 ||
1100 VOP_GETATTR(newvp, &vattr, cnp->cn_cred) == 0 &&
1108 cache_purge(newvp);
1109 if (dvp != newvp)
1110 vput(newvp);
1112 vrele(newvp);
1425 struct vnode *newvp = NULL; local
1526 struct vnode *newvp = NULL; local
2005 struct vnode *newvp = NULL; local
2079 struct vnode *newvp = NULL; local
2442 struct vnode *newvp = NULL, *vp; local
[all...]
H A Dnfs_clrpcops.c3212 vnode_t newvp = NULLVP; local
3556 newvp = vp;
3580 newvp = NFSTOV(np);
3585 if (newvp != NULLVP) {
3586 error = nfscl_loadattrcache(&newvp,
3590 vput(newvp);
3592 vrele(newvp);
3597 ndp->ni_vp = newvp;
3600 (newvp->v_type != VDIR ||
3605 newvp
[all...]
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_io.c81 struct vnode *newvp; local
160 ctx->f_nmlen, &ctx->f_attr, &newvp);
164 cache_enter(vp, newvp, &cn);
165 vput(newvp);
/freebsd-11-stable/contrib/sendmail/src/
H A Dutil.c503 register char **newvp; local
510 newvp = (char **) sm_rpool_malloc_x(rpool, (vp - list) * sizeof(*vp));
511 memmove((char *) newvp, (char *) list, (int) (vp - list) * sizeof(*vp));
515 for (vp = newvp; *vp != NULL; vp++)
519 return newvp;

Completed in 145 milliseconds