nnpq_next          51 xfs/xfs_queue.h     struct type *nnpq_next, **nnpq_prev;				\
nnpq_next          66 xfs/xfs_queue.h     if (((elm)->field.nnpq_next = (head)->nnpq_first) != NULL)		\
nnpq_next          68 xfs/xfs_queue.h     	    &(elm)->field.nnpq_next;					\
nnpq_next          70 xfs/xfs_queue.h     	(head)->nnpq_last = &(elm)->field.nnpq_next;			\
nnpq_next          77 xfs/xfs_queue.h     if (((elm)->field.nnpq_next) != NULL)				\
nnpq_next          78 xfs/xfs_queue.h     	(elm)->field.nnpq_next->field.nnpq_prev = 			\
nnpq_next          82 xfs/xfs_queue.h     *(elm)->field.nnpq_prev = (elm)->field.nnpq_next;			\
nnpq_next          89 xfs/xfs_queue.h 	(var) = ((var)->field.nnpq_next))