Searched refs:fd_rdir (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfiledesc.h93 struct vnode *fd_rdir; /* root directory */ member in struct:filedesc
112 /* take a vnode_ref on fd_rdir during a fork */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_descrip.c3612 * For both fd_cdir and fd_rdir make sure we get
3641 if ( (v_dir = newfdp->fd_rdir) ) {
3644 newfdp->fd_rdir = NULL;
3647 newfdp->fd_rdir = NULL;
3651 if (newfdp->fd_rdir == NULL && fdp->fd_rdir) {
3692 if (newfdp->fd_rdir)
3693 vnode_rele(newfdp->fd_rdir);
3830 if (fdp->fd_rdir)
3831 vnode_rele(fdp->fd_rdir);
[all...]
H A Dproc_info.c586 if (p->p_fd->fd_rdir) {
587 vnrdirvp = p->p_fd->fd_rdir;
588 vnrdirid = p->p_fd->fd_rdir->v_id;
H A Dbsd_init.c677 p->p_fd->fd_rdir = NULL;
H A Dkern_exec.c901 (void *) p->p_fd->fd_rdir,
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvm_unix.c900 root_vp = p->p_fd->fd_rdir;
1013 (void *) p->p_fd->fd_rdir);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c273 if ((ndp->ni_rootdir = fdp->fd_rdir) == NULLVP) {
H A Dvfs_cache.c198 /* Grab the process fd so we can evaluate fd_rdir. */
200 proc_root_dir_vp = vfs_context_proc(ctx)->p_fd->fd_rdir;
H A Dvfs_syscalls.c852 fdp_rvp = fdp->fd_rdir;
864 tvp = fdp->fd_rdir;
872 fdp->fd_rdir = fdp_rvp;
2019 tvp = fdp->fd_rdir;
2020 fdp->fd_rdir = nd.ni_vp;
H A Dkpi_vfs.c1838 if ( (vp = proc->p_fd->fd_rdir) ) {
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_vfsops.c1077 fdp->fd_rdir = NULL;

Completed in 94 milliseconds