Home
last modified time | relevance | path

Searched refs:newvp (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/fs/autofs/
H A Dautofs_vnops.c53 int pathlen, struct vnode **newvp);
72 struct vnode *vp, *newvp; in autofs_getattr() local
93 error = autofs_trigger_vn(vp, "", 0, &newvp); in autofs_getattr()
97 if (newvp != NULL) { in autofs_getattr()
98 error = VOP_GETATTR(newvp, ap->a_vap, in autofs_getattr()
100 vput(newvp); in autofs_getattr()
136 struct vnode **newvp) in autofs_trigger_vn() argument
177 *newvp = NULL; in autofs_trigger_vn()
189 error = VFS_ROOT(vp->v_mountedhere, lock_flags, newvp); in autofs_trigger_vn()
209 struct vnode *dvp, *newvp, **vpp; in autofs_lookup() local
[all …]
/freebsd/sys/fs/nfsclient/
H A Dnfs_clvnops.c1184 struct vnode *newvp; in nfs_get_namedattrdir() local
1201 newvp = NFSTOV(np); in nfs_get_namedattrdir()
1202 vn_irflag_set_cond(newvp, VIRF_NAMEDDIR); in nfs_get_namedattrdir()
1204 (void)nfscl_loadattrcache(&newvp, &nfsva, NULL, 0, 1); in nfs_get_namedattrdir()
1205 *vpp = newvp; in nfs_get_namedattrdir()
1222 struct vnode *newvp; in nfs_lookup() local
1260 newvp = NULL; in nfs_lookup()
1264 error = nfs_get_namedattrdir(dvp, cnp, &newvp); in nfs_lookup()
1268 *vpp = newvp; in nfs_lookup()
1271 dvp = newvp; in nfs_lookup()
[all …]
H A Dnfs_clrpcops.c3948 vnode_t newvp = NULL; in nfsrpc_readdirplus() local
4360 newvp = vp; in nfsrpc_readdirplus()
4384 newvp = NFSTOV(np); in nfsrpc_readdirplus()
4408 if (newvp != NULL) { in nfsrpc_readdirplus()
4410 error = nfscl_loadattrcache(&newvp, in nfsrpc_readdirplus()
4414 vput(newvp); in nfsrpc_readdirplus()
4416 vrele(newvp); in nfsrpc_readdirplus()
4421 ndp->ni_vp = newvp; in nfsrpc_readdirplus()
4425 (newvp->v_type != VDIR || in nfsrpc_readdirplus()
4431 newvp->v_type != VDIR ? NULL : in nfsrpc_readdirplus()
[all …]
/freebsd/sys/fs/smbfs/
H A Dsmbfs_io.c80 struct vnode *newvp; in smbfs_readvdir() local
162 ctx->f_nmlen, &ctx->f_attr, &newvp); in smbfs_readvdir()
166 cache_enter(vp, newvp, &cn); in smbfs_readvdir()
167 vput(newvp); in smbfs_readvdir()
/freebsd/contrib/sendmail/src/
H A Dutil.c524 register char **newvp; local
536 newvp = (char **) sm_rpool_malloc_tagged_x(rpool,
539 memmove((char *) newvp, (char *) list, (int) (vp - list) * sizeof(*vp));
543 for (vp = newvp; *vp != NULL; vp++)
548 return newvp;
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdport.c1495 struct vnode *vp, *dsdvp[NFSDEV_MAXMIRRORS], *newvp; in nfsvno_removesub() local
1532 ret = VFS_FHTOVP(mp, &fh.fh_fid, LK_SHARED, &newvp); in nfsvno_removesub()
1534 vput(newvp); in nfsvno_removesub()
1599 struct vnode *fvp, *tvp, *tdvp, *dsdvp[NFSDEV_MAXMIRRORS], *newvp; in nfsvno_rename() local
1755 ret = VFS_FHTOVP(mp, &fh2.fh_fid, LK_SHARED, &newvp); in nfsvno_rename()
1757 vput(newvp); in nfsvno_rename()