td_proc           212 xfs/xfs_dev-common.c     return CURSIG(p->td_proc);
td_proc           456 xfs/xfs_dev-common.c     if (chan->proc != NULL && chan->proc->td_proc != NULL &&
td_proc           457 xfs/xfs_dev-common.c       proc->td_proc->p_pid == chan->proc->td_proc->p_pid) {
td_proc           459 xfs/xfs_dev-common.c 	       "pid = %u == %u\n", proc->td_proc->p_pid, chan->proc->td_proc->p_pid);
td_proc           532 xfs/xfs_dev-common.c     if (!(proc->td_proc->p_flag & NNPFS_P_EXIT))
td_proc           269 xfs/xfs_locl.h #define xfs_thread_to_cred(td) ((td)->td_proc->p_ucred)
td_proc           270 xfs/xfs_locl.h #define xfs_thread_to_euid(td) ((td)->td_proc->p_ucred->cr_uid)
td_proc            83 xfs/xfs_vfsops-bsd.c     return xfs_root_common(mp, vpp, xfs_curthread(), xfs_curthread()->td_proc->p_ucred);
td_proc           395 xfs/xfs_vfsops-bsd.c 	xfs_vfs_object_create (*vpp, proc, proc->td_proc->p_ucred);
td_proc           427 xfs/xfs_vfsops-bsd.c     struct ucred *cred = proc->td_proc->p_ucred;
td_proc           502 xfs/xfs_vfsops-bsd.c 	error = xfs_vfs_object_create(vp, proc, proc->td_proc->p_ucred);
td_proc           113 xfs/xfs_vfsops-common.c     error = VOP_GETATTR(devvp, &vat, p->td_proc->p_ucred, p);