HomeSort by: relevance | last modified time | path
    Searched refs:ni_dvp (Results 1 - 12 of 12) sorted by relevancy

  /src/sys/nfs/
nfs_serv.c 1516 nqsrv_getl(nd.ni_dvp, ND_WRITE);
1517 error = VOP_CREATE(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &va);
1540 VOP_ABORTOP(nd.ni_dvp, &nd.ni_cnd);
1541 vput(nd.ni_dvp);
1551 nqsrv_getl(nd.ni_dvp, ND_WRITE);
1552 error = VOP_MKNOD(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd,
1560 VOP_ABORTOP(nd.ni_dvp, &nd.ni_cnd);
1570 VOP_ABORTOP(nd.ni_dvp, &nd.ni_cnd);
1597 if (nd.ni_dvp == vp)
1598 vrele(nd.ni_dvp);
    [all...]
nfs_vnops.c 2616 ndp->ni_dvp = vp;
2748 nfs_cache_enter(ndp->ni_dvp,
  /src/sys/fs/nfs/server/
nfs_nfsdport.c 427 * ndp->ni_vp and ni_dvp are left uninitialized or NULL and
452 NFSVOPUNLOCK(ndp->ni_dvp, 0);
481 vrele(ndp->ni_dvp);
508 * should replace current directory. Normally ni_dvp
517 vrele(ndp->ni_dvp);
518 ndp->ni_dvp = ndp->ni_rootdir;
519 VREF(ndp->ni_dvp);
521 ndp->ni_startdir = ndp->ni_dvp;
522 ndp->ni_dvp = NULL;
531 ndp->ni_dvp = NULL
    [all...]
  /src/sys/kern/
vfs_syscalls.c 2496 error = VOP_WHITEOUT(nd.ni_dvp, &nd.ni_cnd, CREATE);
2498 VOP_ABORTOP(nd.ni_dvp, &nd.ni_cnd);
2499 vput(nd.ni_dvp);
2503 error = VOP_MKNOD(nd.ni_dvp, &nd.ni_vp,
2507 vput(nd.ni_dvp);
2511 error = VOP_CREATE(nd.ni_dvp, &nd.ni_vp,
2515 vput(nd.ni_dvp);
2519 VOP_ABORTOP(nd.ni_dvp, &nd.ni_cnd);
2520 if (nd.ni_dvp == vp)
2521 vrele(nd.ni_dvp);
    [all...]
vfs_vnops.c 237 * get ni_dvp == NULL back if ni_vp exists, and we should
240 if ((fmode & O_CREAT) != 0 && nd.ni_dvp != NULL) {
242 vput(nd.ni_dvp);
244 VOP_ABORTOP(nd.ni_dvp, &nd.ni_cnd);
245 if (nd.ni_dvp == nd.ni_vp)
246 vrele(nd.ni_dvp);
248 vput(nd.ni_dvp);
249 nd.ni_dvp = NULL;
264 if ((fmode & O_CREAT) != 0 && nd.ni_dvp != NULL) {
271 error = VOP_CREATE(nd.ni_dvp, &nd.ni_vp
    [all...]
vfs_lookup.c 442 * directory vnode returned in ni_dvp, locked.
448 * if LOCKPARENT set, return locked parent in ni_dvp
1509 ndp->ni_dvp = NULL;
1587 ndp->ni_dvp = NULL;
1672 ndp->ni_dvp = NULL;
1716 ndp->ni_dvp = NULL;
1815 ndp->ni_dvp = NULL;
1848 ndp->ni_dvp = NULL;
1892 ndp->ni_dvp = searchdir;
1961 KASSERT(ndp->ni_dvp == NULL)
    [all...]
uipc_usrreq.c 1004 VOP_ABORTOP(nd.ni_dvp, &nd.ni_cnd);
1005 if (nd.ni_dvp == vp)
1006 vrele(nd.ni_dvp);
1008 vput(nd.ni_dvp);
1017 error = VOP_CREATE(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vattr);
1019 vput(nd.ni_dvp);
1031 vput(nd.ni_dvp);
  /src/sys/fs/unionfs/
unionfs_vfsops.c 186 vrele(ndp->ni_dvp);
187 ndp->ni_dvp = NULLVP;
  /src/sys/sys/
namei.h 126 struct vnode *ni_dvp; /* vnode of intermediate directory */ member in struct:nameidata
288 * - it does not need the parent vnode, nd.ni_dvp;
namei.src 118 struct vnode *ni_dvp; /* vnode of intermediate directory */
280 * - it does not need the parent vnode, nd.ni_dvp;
  /src/sys/rump/librump/rumpvfs/
rump_vfs.c 261 *dvpp = nd.ni_dvp;
  /src/sys/fs/nfs/client/
nfs_clrpcops.c 3159 ndp->ni_dvp = vp;
3522 cache_enter_time(ndp->ni_dvp,

Completed in 26 milliseconds