nnpq_first         44 xfs/xfs_queue.h     struct type *nnpq_first;						\
nnpq_first         56 xfs/xfs_queue.h     ((head)->nnpq_first == NULL)
nnpq_first         60 xfs/xfs_queue.h     (head)->nnpq_first = NULL;						\
nnpq_first         61 xfs/xfs_queue.h     (head)->nnpq_last = &(head)->nnpq_first;				\
nnpq_first         66 xfs/xfs_queue.h     if (((elm)->field.nnpq_next = (head)->nnpq_first) != NULL)		\
nnpq_first         67 xfs/xfs_queue.h     	(head)->nnpq_first->field.nnpq_prev =				\
nnpq_first         71 xfs/xfs_queue.h     (head)->nnpq_first = (elm);						\
nnpq_first         72 xfs/xfs_queue.h     (elm)->field.nnpq_prev = &(head)->nnpq_first;			\
nnpq_first         87 xfs/xfs_queue.h     for ((var) = ((head)->nnpq_first);					\