messageq           80 xfs/xfs_dev-bsd.c 	if (!xfs_emptyq(&chan->messageq))
messageq          118 xfs/xfs_dev-bsd.c 		xfs_initq(&xfs_channel[i].messageq);
messageq          111 xfs/xfs_dev-common.c     xfs_initq(&chan->messageq);
messageq          149 xfs/xfs_dev-common.c     while (!xfs_emptyq(&chan->messageq)) {
messageq          152 xfs/xfs_dev-common.c 	first = chan->messageq.next;
messageq          242 xfs/xfs_dev-common.c 		     (unsigned long)&chan->messageq,
messageq          243 xfs/xfs_dev-common.c 		     (unsigned long)chan->messageq.prev,
messageq          244 xfs/xfs_dev-common.c 		     (unsigned long)chan->messageq.next));
messageq          254 xfs/xfs_dev-common.c     if (!xfs_emptyq (&chan->messageq)) {
messageq          255 xfs/xfs_dev-common.c 	while (!xfs_emptyq (&chan->messageq)) {
messageq          257 xfs/xfs_dev-common.c 	    first = chan->messageq.next;
messageq          383 xfs/xfs_dev-common.c     xfs_appendq(&chan->messageq, &t->this_message);
messageq          485 xfs/xfs_dev-common.c     xfs_appendq(&chan->messageq, this_message);
messageq          725 xfs/xfs_dev-common.c 	uprintf("messageq.next = %lx ", xfs_channel[i].messageq.next);
messageq          726 xfs/xfs_dev-common.c 	uprintf("messageq.prev = %lx ", xfs_channel[i].messageq.prev);
messageq           54 xfs/xfs_dev.h      struct xfs_link messageq;	       /* Messages not yet read */