Searched refs:ni_cnd (Results 1 – 9 of 9) sorted by relevance
| /f-stack/lib/ |
| H A D | ff_vfs_ops.c | 100 ndp->ni_cnd.cn_nameiop = op; 101 ndp->ni_cnd.cn_flags = flags; 112 ndp->ni_cnd.cn_thread = td;
|
| /f-stack/freebsd/sys/ |
| H A D | namei.h | 112 struct componentname ni_cnd; member 246 _ndp->ni_cnd.cn_nameiop = op; \ 247 _ndp->ni_cnd.cn_flags = flags; \ 254 _ndp->ni_cnd.cn_thread = td; \
|
| /f-stack/freebsd/kern/ |
| H A D | vfs_lookup.c | 184 cnp = &ndp->ni_cnd; in nameicap_tracker_add() 269 cnp = &ndp->ni_cnd; in namei_handle_root() 297 cnp = &ndp->ni_cnd; in namei_setup() 445 cnp = &ndp->ni_cnd; in namei_getpath() 510 cnp = &ndp->ni_cnd; in namei() 538 ndp->ni_cnd.cn_cred = ndp->ni_cnd.cn_thread->td_ucred; in namei() 804 struct componentname *cnp = &ndp->ni_cnd; in lookup() 1453 ndp->ni_cnd.cn_flags &= ~HASBUF; in NDFREE_PNBUF() 1476 cnp = &ndp->ni_cnd; in NDFREE_NOTHING() 1525 (ndp->ni_cnd.cn_flags & SAVESTART)) { [all …]
|
| H A D | vfs_syscalls.c | 1364 &nd.ni_cnd, &vattr); in kern_mknodat() 1371 &nd.ni_cnd, &vattr); in kern_mknodat() 1607 nd.ni_dvp, vp, &nd.ni_cnd); in kern_linkat_vp() 1626 error = VOP_LINK(nd.ni_dvp, vp, &nd.ni_cnd); in kern_linkat_vp() 1784 error = VOP_WHITEOUT(nd.ni_dvp, &nd.ni_cnd, DELETE); in sys_undelete() 1919 &nd.ni_cnd); in kern_funlinkat() 1924 error = VOP_REMOVE(nd.ni_dvp, vp, &nd.ni_cnd); in kern_funlinkat() 3573 fromnd->ni_vp, &fromnd->ni_cnd); in kern_renameat_mac() 3691 tond.ni_dvp, tond.ni_vp, &tond.ni_cnd); in kern_renameat() 3866 &nd.ni_cnd); in kern_frmdirat() [all …]
|
| H A D | vfs_vnops.c | 191 struct thread *td = ndp->ni_cnd.cn_thread; in vn_open() 225 struct thread *td = ndp->ni_cnd.cn_thread; in vn_open_cred() 236 ndp->ni_cnd.cn_nameiop = CREATE; in vn_open_cred() 237 ndp->ni_cnd.cn_flags = open2nameif(fmode, vn_open_flags); in vn_open_cred() 247 ndp->ni_cnd.cn_flags |= FOLLOW; in vn_open_cred() 268 ndp->ni_cnd.cn_flags |= MAKEENTRY; in vn_open_cred() 271 &ndp->ni_cnd, vap); in vn_open_cred() 275 &ndp->ni_cnd, vap); in vn_open_cred() 307 ndp->ni_cnd.cn_nameiop = LOOKUP; in vn_open_cred() 308 ndp->ni_cnd.cn_flags = open2nameif(fmode, vn_open_flags); in vn_open_cred() [all …]
|
| H A D | vfs_cache.c | 3452 cnp = &ndp->ni_cnd; in vn_fullpath_hardlink() 3784 fpl->snd_outer.cn_flags = fpl->ndp->ni_cnd.cn_flags; in cache_fpl_checkpoint_outer() 3792 fpl->snd.cn_nameptr = fpl->ndp->ni_cnd.cn_nameptr; in cache_fpl_checkpoint() 3801 fpl->ndp->ni_cnd.cn_flags = fpl->snd_outer.cn_flags; in cache_fpl_restore_partial() 3816 fpl->ndp->ni_cnd.cn_nameptr = fpl->ndp->ni_cnd.cn_pnbuf; in cache_fpl_restore_abort() 5766 fpl.cnp = cnp = &ndp->ni_cnd; in cache_fplookup()
|
| H A D | kern_exec.c | 746 bcopy(nd.ni_cnd.cn_nameptr, p->p_comm, in do_execve() 747 min(nd.ni_cnd.cn_namelen, MAXCOMLEN)); in do_execve()
|
| H A D | uipc_usrreq.c | 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()
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 5396 error = VOP_REMOVE(nd.ni_dvp, vp, &nd.ni_cnd); in zfs_deleteextattr()
|