Lines Matching refs:list_head
116 struct list_head list;
130 struct list_head list;
247 struct list_head lkb_statequeue; /* rsb g/c/w list */
248 struct list_head lkb_rsb_lookup; /* waiting for rsb lookup */
249 struct list_head lkb_wait_reply; /* waiting for remote reply */
250 struct list_head lkb_ownqueue; /* list of locks for a process */
251 struct list_head lkb_time_list;
258 struct list_head lkb_cb_list; /* for ls_cb_delay or proc->asts */
302 struct list_head res_lookup; /* lkbs waiting on first */
304 struct list_head res_hashchain;
307 struct list_head res_grantqueue;
308 struct list_head res_convertqueue;
309 struct list_head res_waitqueue;
311 struct list_head res_root_list; /* used for recovery */
312 struct list_head res_recover_list; /* used for recovery */
515 struct list_head ls_list; /* list of lockspaces */
535 struct list_head ls_waiters; /* lkbs needing a reply */
538 struct list_head ls_orphans;
541 struct list_head ls_timeout;
545 struct list_head ls_new_rsb; /* new rsb structs */
553 struct list_head ls_nodes; /* current nodes in ls */
554 struct list_head ls_nodes_gone; /* dead node list, recovery */
587 struct list_head ls_cb_delay; /* save for queue_work later */
598 struct list_head ls_requestqueue;/* queue remote requests */
607 struct list_head ls_recover_list;
616 struct list_head ls_root_list; /* root resources */
687 struct list_head asts;
689 struct list_head locks;
691 struct list_head unlocking;