Home
last modified time | relevance | path

Searched refs:cn_thread (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A Dnamei.h51 struct thread *cn_thread;/* thread requesting lookup */ member
254 _ndp->ni_cnd.cn_thread = td; \
/f-stack/lib/
H A Dff_vfs_ops.c112 ndp->ni_cnd.cn_thread = td;
/f-stack/freebsd/kern/
H A Dvfs_lookup.c298 td = cnp->cn_thread; in namei_setup()
511 td = cnp->cn_thread; in namei()
538 ndp->ni_cnd.cn_cred = ndp->ni_cnd.cn_thread->td_ucred; in namei()
562 KASSERT(cnp->cn_thread == curthread, in namei()
1026 error = mac_vnode_check_lookup(cnp->cn_thread->td_ucred, dp, cnp); in lookup()
H A Duipc_mqueue.c861 td = cnp->cn_thread; in mqfs_lookupx()
872 error = VOP_ACCESS(dvp, VEXEC, cnp->cn_cred, cnp->cn_thread); in mqfs_lookupx()
H A Dvfs_vnops.c191 struct thread *td = ndp->ni_cnd.cn_thread; in vn_open()
225 struct thread *td = ndp->ni_cnd.cn_thread; in vn_open_cred()
H A Dvfs_cache.c4022 td = cnp->cn_thread; in cache_can_fplookup()
5768 MPASS(curthread == cnp->cn_thread); in cache_fplookup()
H A Dvfs_subr.c6829 return (VOP_ACCESS(vp, VEXEC, cnp->cn_cred, cnp->cn_thread)); in vn_dir_check_exec()
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c1314 cnp->cn_thread = curthread; in zfs_lookup_internal()
4562 cnp->cn_cred, cnp->cn_thread, 0, cached)); in zfs_freebsd_lookup()