Lines Matching refs:head
1298 static void lkb_add_ordered(struct list_head *new, struct list_head *head,
1303 list_for_each_entry(lkb, head, lkb_statequeue)
2193 static inline int first_in_list(struct dlm_lkb *lkb, struct list_head *head)
2195 struct dlm_lkb *first = list_entry(head->next, struct dlm_lkb,
2205 static int queue_conflict(struct list_head *head, struct dlm_lkb *lkb)
2209 list_for_each_entry(this, head, lkb_statequeue) {
2664 static void send_bast_queue(struct dlm_rsb *r, struct list_head *head,
2669 list_for_each_entry(gr, head, lkb_statequeue) {
5560 static struct dlm_lkb *search_remid_list(struct list_head *head, int nodeid,
5565 list_for_each_entry(lkb, head, lkb_statequeue) {