Home
last modified time | relevance | path

Searched refs:nl_td (Results 1 – 2 of 2) sorted by last modified time

/dragonfly/sys/sys/
H A Dnlookup.h81 struct thread *nl_td; /* thread requesting the nlookup */ member
/dragonfly/sys/kern/
H A Dvfs_nlookup.c178 nd->nl_td = td; in nlookup_init()
285 nd->nl_td = td; in nlookup_init_raw()
329 nd->nl_td = td; in nlookup_init_root()
558 if (KTRPOINT(nd->nl_td, KTR_NAMEI)) in nlookup()
559 ktrnamei(nd->nl_td->td_lwp, nd->nl_path); in nlookup()
1457 auio.uio_td = nd->nl_td; in nreadsymlink()