Searched refs:dd_td (Results 1 – 4 of 4) sorted by relevance
71 LIST_FOREACH(lp, &dirp->dd_td->td_locq, loc_lqe) { in telldir()89 lp->loc_index = dirp->dd_td->td_loccnt++; in telldir()95 LIST_INSERT_HEAD(&dirp->dd_td->td_locq, lp, loc_lqe); in telldir()129 LIST_FOREACH(lp, &dirp->dd_td->td_locq, loc_lqe) { in _seekdir()178 lp = LIST_FIRST(&dirp->dd_td->td_locq); in _fixtelldir()197 lp = LIST_FIRST(&dirp->dd_td->td_locq); in _reclaim_telldir()203 LIST_INIT(&dirp->dd_td->td_locq); in _reclaim_telldir()
305 dirp->dd_td = (struct _telldir *)((char *)dirp + sizeof(DIR)); in __opendir_common()306 LIST_INIT(&dirp->dd_td->td_locq); in __opendir_common()307 dirp->dd_td->td_loccnt = 0; in __opendir_common()
57 struct _telldir *dd_td; /* telldir position recording */ member
135 struct _telldir *dd_td; /* telldir position recording */