/src/sys/fs/autofs/ |
autofs_vnops.c | 47 int pathlen, struct vnode **newvp); 90 struct vnode *newvp = NULLVP; local in function:autofs_getattr 91 int error = autofs_trigger_vn(vp, "", 0, &newvp); 97 if (newvp) { 98 error = VOP_GETATTR(newvp, vap, ap->a_cred); 99 vput(newvp); 133 * root vnode in 'newvp', locked. A caller needs to vput() the 'newvp'. 137 struct vnode **newvp) 174 *newvp = NULLVP 262 struct vnode *newvp = NULLVP; local in function:autofs_lookup 471 struct vnode *newvp = NULLVP; local in function:autofs_readdir [all...] |
autofs_vnops.c | 47 int pathlen, struct vnode **newvp); 90 struct vnode *newvp = NULLVP; local in function:autofs_getattr 91 int error = autofs_trigger_vn(vp, "", 0, &newvp); 97 if (newvp) { 98 error = VOP_GETATTR(newvp, vap, ap->a_cred); 99 vput(newvp); 133 * root vnode in 'newvp', locked. A caller needs to vput() the 'newvp'. 137 struct vnode **newvp) 174 *newvp = NULLVP 262 struct vnode *newvp = NULLVP; local in function:autofs_lookup 471 struct vnode *newvp = NULLVP; local in function:autofs_readdir [all...] |
/src/sys/fs/nfs/client/ |
nfs_clvnops.c | 1038 struct vnode *newvp; local in function:nfs_lookup 1100 newvp = *vpp; 1101 newnp = VTONFS(newvp); 1107 KDTRACE_NFS_ATTRCACHE_FLUSH_DONE(newvp); 1110 if (nfscl_nodeleg(newvp, 0) == 0 || 1112 VOP_GETATTR(newvp, &vattr, cnp->cn_cred) == 0 && 1120 cache_purge(newvp); 1121 if (dvp != newvp) 1122 vput(newvp); 1124 vrele(newvp); 1437 struct vnode *newvp = NULL; local in function:nfs_mknodrpc 1538 struct vnode *newvp = NULL; local in function:nfs_create 2017 struct vnode *newvp = NULL; local in function:nfs_symlink 2091 struct vnode *newvp = NULL; local in function:nfs_mkdir 2454 struct vnode *newvp = NULL, *vp; local in function:nfs_lookitup [all...] |
nfs_clrpcops.c | 3133 vnode_t newvp = NULLVP; local in function:nfsrpc_readdirplus 3476 newvp = vp; 3500 newvp = NFSTOV(np); 3505 if (newvp != NULLVP) { 3506 error = nfscl_loadattrcache(&newvp, 3510 vput(newvp); 3512 vrele(newvp); 3517 ndp->ni_vp = newvp; 3520 (newvp->v_type != VDIR || 3525 newvp->v_type != VDIR ? NULL [all...] |
nfs_clvnops.c | 1038 struct vnode *newvp; local in function:nfs_lookup 1100 newvp = *vpp; 1101 newnp = VTONFS(newvp); 1107 KDTRACE_NFS_ATTRCACHE_FLUSH_DONE(newvp); 1110 if (nfscl_nodeleg(newvp, 0) == 0 || 1112 VOP_GETATTR(newvp, &vattr, cnp->cn_cred) == 0 && 1120 cache_purge(newvp); 1121 if (dvp != newvp) 1122 vput(newvp); 1124 vrele(newvp); 1437 struct vnode *newvp = NULL; local in function:nfs_mknodrpc 1538 struct vnode *newvp = NULL; local in function:nfs_create 2017 struct vnode *newvp = NULL; local in function:nfs_symlink 2091 struct vnode *newvp = NULL; local in function:nfs_mkdir 2454 struct vnode *newvp = NULL, *vp; local in function:nfs_lookitup [all...] |
nfs_clrpcops.c | 3133 vnode_t newvp = NULLVP; local in function:nfsrpc_readdirplus 3476 newvp = vp; 3500 newvp = NFSTOV(np); 3505 if (newvp != NULLVP) { 3506 error = nfscl_loadattrcache(&newvp, 3510 vput(newvp); 3512 vrele(newvp); 3517 ndp->ni_vp = newvp; 3520 (newvp->v_type != VDIR || 3525 newvp->v_type != VDIR ? NULL [all...] |
/src/sys/nfs/ |
nfs_vnops.c | 736 struct vnode *newvp; local in function:nfs_lookup 752 newvp = NULLVP; 820 newvp = *vpp; 824 error = vn_lock(newvp, LK_SHARED); 829 /* newvp has been reclaimed. */ 830 vrele(newvp); 834 if (!VOP_GETATTR(newvp, &vattr, cnp->cn_cred) 835 && vattr.va_ctime.tv_sec == VTONFS(newvp)->n_ctime) { 837 KASSERT(newvp->v_type != VNON); 838 VOP_UNLOCK(newvp); 1446 struct vnode *newvp = (struct vnode *)0; local in function:nfs_mknodrpc 1563 struct vnode *newvp = (struct vnode *)0; local in function:nfs_create 2063 struct vnode *newvp = (struct vnode *)0; local in function:nfs_symlink 2150 struct vnode *newvp = (struct vnode *)0; local in function:nfs_mkdir 2599 struct vnode *newvp; local in function:nfs_readdirplusrpc 2901 struct vnode *newvp = (struct vnode *)0; local in function:nfs_lookitup [all...] |
nfs_vnops.c | 736 struct vnode *newvp; local in function:nfs_lookup 752 newvp = NULLVP; 820 newvp = *vpp; 824 error = vn_lock(newvp, LK_SHARED); 829 /* newvp has been reclaimed. */ 830 vrele(newvp); 834 if (!VOP_GETATTR(newvp, &vattr, cnp->cn_cred) 835 && vattr.va_ctime.tv_sec == VTONFS(newvp)->n_ctime) { 837 KASSERT(newvp->v_type != VNON); 838 VOP_UNLOCK(newvp); 1446 struct vnode *newvp = (struct vnode *)0; local in function:nfs_mknodrpc 1563 struct vnode *newvp = (struct vnode *)0; local in function:nfs_create 2063 struct vnode *newvp = (struct vnode *)0; local in function:nfs_symlink 2150 struct vnode *newvp = (struct vnode *)0; local in function:nfs_mkdir 2599 struct vnode *newvp; local in function:nfs_readdirplusrpc 2901 struct vnode *newvp = (struct vnode *)0; local in function:nfs_lookitup [all...] |