nnpq_prev          51 xfs/xfs_queue.h     struct type *nnpq_next, **nnpq_prev;				\
nnpq_prev          67 xfs/xfs_queue.h     	(head)->nnpq_first->field.nnpq_prev =				\
nnpq_prev          72 xfs/xfs_queue.h     (elm)->field.nnpq_prev = &(head)->nnpq_first;			\
nnpq_prev          78 xfs/xfs_queue.h     	(elm)->field.nnpq_next->field.nnpq_prev = 			\
nnpq_prev          79 xfs/xfs_queue.h     	    (elm)->field.nnpq_prev;					\
nnpq_prev          81 xfs/xfs_queue.h     	(head)->nnpq_last = (elm)->field.nnpq_prev;			\
nnpq_prev          82 xfs/xfs_queue.h     *(elm)->field.nnpq_prev = (elm)->field.nnpq_next;			\