Home
last modified time | relevance | path

Searched refs:altroot_vp (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/sys/
H A Dfiledesc.h347 void pwd_altroot(struct thread *td, struct vnode *altroot_vp);
/freebsd/sys/kern/
H A Dkern_descrip.c4094 pwd_altroot(struct thread *td, struct vnode *altroot_vp) in pwd_altroot() argument
4103 if (altroot_vp != NULL) { in pwd_altroot()
4108 vrefact(altroot_vp); in pwd_altroot()
4109 newpwd->pwd_adir = altroot_vp; in pwd_altroot()