Home | History | Annotate | Download | only in kern

Lines Matching defs:erootdir

524  * Initializes the rootdir and erootdir state and returns a reference
534 struct vnode *rootdir, *erootdir, *curdir, *startdir;
557 erootdir = NULL;
560 erootdir = ndp->ni_erootdir;
563 erootdir = NULL;
566 erootdir = cwdi->cwdi_edir;
578 erootdir = NULL;
579 } else if (cnp->cn_flags & TRYEMULROOT && erootdir != NULL) {
580 startdir = erootdir;
583 erootdir = NULL;
587 state->ndp->ni_erootdir = erootdir;
592 * Must hold references to rootdir and erootdir while we're running.
609 * getstartdir. Initializes the rootdir and erootdir state and