Home
last modified time | relevance | path

Searched refs:ni_dvp (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/kern/
H A Dvfs_lookup.c681 dp = ndp->ni_dvp; in namei()
695 vrele(ndp->ni_dvp); in namei()
832 ndp->ni_dvp = NULL; in lookup()
927 ndp->ni_dvp = dp; in lookup()
992 ndp->ni_dvp = dp; in lookup()
1030 ndp->ni_dvp = dp; in lookup()
1133 vput(ndp->ni_dvp); in lookup()
1191 vput(ndp->ni_dvp); in lookup()
1213 vput(ndp->ni_dvp); in lookup()
1306 vput(ndp->ni_dvp); in lookup()
[all …]
H A Dvfs_syscalls.c1330 vput(nd.ni_dvp); in kern_mknodat()
1356 vput(nd.ni_dvp); in kern_mknodat()
1437 vput(nd.ni_dvp); in kern_mkfifoat()
1443 vput(nd.ni_dvp); in kern_mkfifoat()
1599 vput(nd.ni_dvp); in kern_linkat_vp()
1715 vput(nd.ni_dvp); in kern_symlinkat()
1779 vput(nd.ni_dvp); in sys_undelete()
1786 vput(nd.ni_dvp); in sys_undelete()
1931 vput(nd.ni_dvp); in kern_funlinkat()
3768 vput(nd.ni_dvp); in kern_mkdirat()
[all …]
H A Dvfs_vnops.c258 if (vn_start_write(ndp->ni_dvp, &mp, V_NOWAIT) != 0) { in vn_open_cred()
260 vput(ndp->ni_dvp); in vn_open_cred()
270 error = mac_vnode_check_create(cred, ndp->ni_dvp, in vn_open_cred()
274 error = VOP_CREATE(ndp->ni_dvp, &ndp->ni_vp, in vn_open_cred()
276 VOP_VPUT_PAIR(ndp->ni_dvp, error == 0 ? &ndp->ni_vp : in vn_open_cred()
290 if (ndp->ni_dvp == ndp->ni_vp) in vn_open_cred()
291 vrele(ndp->ni_dvp); in vn_open_cred()
293 vput(ndp->ni_dvp); in vn_open_cred()
294 ndp->ni_dvp = NULL; in vn_open_cred()
H A Duipc_usrreq.c646 if (vp != NULL || vn_start_write(nd.ni_dvp, &mp, V_NOWAIT) != 0) { in uipc_bindat()
648 if (nd.ni_dvp == vp) in uipc_bindat()
649 vrele(nd.ni_dvp); in uipc_bindat()
651 vput(nd.ni_dvp); in uipc_bindat()
666 error = mac_vnode_check_create(td->td_ucred, nd.ni_dvp, &nd.ni_cnd, in uipc_bindat()
670 error = VOP_CREATE(nd.ni_dvp, &nd.ni_vp, &nd.ni_cnd, &vattr); in uipc_bindat()
673 VOP_VPUT_PAIR(nd.ni_dvp, NULL, true); in uipc_bindat()
690 VOP_VPUT_PAIR(nd.ni_dvp, &vp, true); in uipc_bindat()
H A Dvfs_cache.c3463 vp = ndp->ni_dvp; in vn_fullpath_hardlink()
5834 ndp->ni_dvp = fpl.dvp; in cache_fplookup()
/f-stack/freebsd/sys/
H A Dnamei.h92 struct vnode *ni_dvp; /* vnode of intermediate directory */ member
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c5396 error = VOP_REMOVE(nd.ni_dvp, vp, &nd.ni_cnd); in zfs_deleteextattr()
5399 vput(nd.ni_dvp); in zfs_deleteextattr()
5400 if (vp == nd.ni_dvp) in zfs_deleteextattr()