this_process      436 xfs/xfs_dev-common.c     struct xfs_link *this_process;
this_process      476 xfs/xfs_dev-common.c     this_process = xfs_alloc(sizeof(struct xfs_link), M_NNPFS_LINK);
this_process      484 xfs/xfs_dev-common.c     this_process->message = msg;
this_process      486 xfs/xfs_dev-common.c     xfs_appendq(&chan->sleepq, this_process);
this_process      488 xfs/xfs_dev-common.c     this_process->error_or_size = 0;
this_process      545 xfs/xfs_dev-common.c 	this_process->error_or_size = EINTR;
this_process      546 xfs/xfs_dev-common.c     } else if ((ret = tsleep((caddr_t) this_process,
this_process      550 xfs/xfs_dev-common.c 	this_process->error_or_size = EINTR;
this_process      572 xfs/xfs_dev-common.c     if (xfs_onq(this_process)) {
this_process      573 xfs/xfs_dev-common.c 	xfs_outq(this_process);
this_process      575 xfs/xfs_dev-common.c     ret = this_process->error_or_size;
this_process      578 xfs/xfs_dev-common.c 		     this_process->error_or_size));
this_process      579 xfs/xfs_dev-common.c     NNPFSDEB(XDEBMSG, ("xfs_message_rpc opcode ((xfs_message_wakeup*)(this_process->message))->error = %d\n", ((struct xfs_message_wakeup *) (this_process->message))->error));
this_process      584 xfs/xfs_dev-common.c     xfs_free(this_process, sizeof(*this_process), M_NNPFS_LINK);