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

/freebsd-13-stable/sys/fs/autofs/
H A Dautofs_vnops.c56 int pathlen, struct vnode **newvp);
75 struct vnode *vp, *newvp; local
96 error = autofs_trigger_vn(vp, "", 0, &newvp);
100 if (newvp != NULL) {
101 error = VOP_GETATTR(newvp, ap->a_vap,
103 vput(newvp);
135 * root vnode in 'newvp', locked.
139 struct vnode **newvp)
180 *newvp = NULL;
192 error = VFS_ROOT(vp->v_mountedhere, lock_flags, newvp);
138 autofs_trigger_vn(struct vnode *vp, const char *path, int pathlen, struct vnode **newvp) argument
212 struct vnode *dvp, *newvp, **vpp; local
394 struct vnode *vp, *newvp; local
[all...]
/freebsd-13-stable/sys/fs/nfsclient/
H A Dnfs_clvnops.c1158 struct vnode *newvp; local
1221 newvp = *vpp;
1222 newnp = VTONFS(newvp);
1228 KDTRACE_NFS_ATTRCACHE_FLUSH_DONE(newvp);
1231 if (nfscl_nodeleg(newvp, 0) == 0 ||
1233 VOP_GETATTR(newvp, &vattr, cnp->cn_cred) == 0 &&
1241 cache_purge(newvp);
1242 if (dvp != newvp)
1243 vput(newvp);
1245 vrele(newvp);
1557 struct vnode *newvp = NULL; local
1658 struct vnode *newvp = NULL; local
2146 struct vnode *newvp = NULL; local
2225 struct vnode *newvp = NULL; local
2605 struct vnode *newvp = NULL, *vp; local
[all...]
H A Dnfs_clrpcops.c3380 vnode_t newvp = NULLVP; local
3743 newvp = vp;
3767 newvp = NFSTOV(np);
3772 if (newvp != NULLVP) {
3773 error = nfscl_loadattrcache(&newvp,
3777 vput(newvp);
3779 vrele(newvp);
3784 ndp->ni_vp = newvp;
3788 (newvp->v_type != VDIR ||
3793 newvp
[all...]
/freebsd-13-stable/sys/fs/smbfs/
H A Dsmbfs_io.c82 struct vnode *newvp; local
163 ctx->f_nmlen, &ctx->f_attr, &newvp);
167 cache_enter(vp, newvp, &cn);
168 vput(newvp);
/freebsd-13-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 91 milliseconds