Lines Matching defs:head
1319 static void lkb_add_ordered(struct list_head *new, struct list_head *head,
1324 list_for_each_entry(iter, head, lkb_statequeue)
1332 list_add_tail(new, head);
1967 static inline int first_in_list(struct dlm_lkb *lkb, struct list_head *head)
1969 struct dlm_lkb *first = list_entry(head->next, struct dlm_lkb,
1979 static int queue_conflict(struct list_head *head, struct dlm_lkb *lkb)
1983 list_for_each_entry(this, head, lkb_statequeue) {
2438 static void send_bast_queue(struct dlm_rsb *r, struct list_head *head,
2443 list_for_each_entry(gr, head, lkb_statequeue) {
5313 static struct dlm_lkb *search_remid_list(struct list_head *head, int nodeid,
5318 list_for_each_entry(lkb, head, lkb_statequeue) {