Searched refs:fd_cdir (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dfiledesc.h93 struct vnode *fd_cdir; /* current directory */ member in struct:filedesc
/darwin-on-arm/xnu/bsd/kern/
H A Dimageboot.c155 * Set fdp->fd_fd.fd_cdir to reference it.
187 filedesc0.fd_cdir = newdp;
H A Dkern_descrip.c4236 newfdp->fd_cdir = uth_cdir;
4239 * For both fd_cdir and fd_rdir make sure we get
4246 if ( (v_dir = newfdp->fd_cdir) ) {
4249 newfdp->fd_cdir = NULL;
4252 newfdp->fd_cdir = NULL;
4254 if (newfdp->fd_cdir == NULL && fdp->fd_cdir) {
4264 vnode_rele(fdp->fd_cdir);
4265 fdp->fd_cdir = NULL;
4287 if (newfdp->fd_cdir)
[all...]
H A Dbsd_init.c774 kernproc->p_fd->fd_cdir = NULL;
891 /* Get the vnode for '/'. Set fdp->fd_fd.fd_cdir to reference it. */
897 filedesc0.fd_cdir = rootvnode;
H A Dproc_info.c848 if (p->p_fd->fd_cdir) {
849 vncdirvp = p->p_fd->fd_cdir;
850 vncdirid = p->p_fd->fd_cdir->v_id;
/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_syscalls.c1571 fdp_cvp = fdp->fd_cdir;
1577 tvp = fdp->fd_cdir;
1591 fdp->fd_cdir = fdp_cvp;
2723 tvp = fdp->fd_cdir;
2724 fdp->fd_cdir = vp;
2797 tvp = fdp->fd_cdir;
2798 fdp->fd_cdir = nd.ni_vp;
H A Dkpi_vfs.c1425 cwd = proc->p_fd->fd_cdir;
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_vfsops.c1223 /* Get the vnode for '/'. Set fdp->fd_cdir to reference it. */
1231 fdp->fd_cdir = rootvnode;

Completed in 129 milliseconds