Lines Matching refs:list_head
120 struct list_head list;
134 struct list_head list;
251 struct list_head lkb_statequeue; /* rsb g/c/w list */
252 struct list_head lkb_rsb_lookup; /* waiting for rsb lookup */
253 struct list_head lkb_wait_reply; /* waiting for remote reply */
254 struct list_head lkb_ownqueue; /* list of locks for a process */
255 struct list_head lkb_time_list;
262 struct list_head lkb_cb_list; /* for ls_cb_delay or proc->asts */
306 struct list_head res_lookup; /* lkbs waiting on first */
308 struct list_head res_hashchain;
311 struct list_head res_grantqueue;
312 struct list_head res_convertqueue;
313 struct list_head res_waitqueue;
315 struct list_head res_root_list; /* used for recovery */
316 struct list_head res_recover_list; /* used for recovery */
519 struct list_head ls_list; /* list of lockspaces */
539 struct list_head ls_waiters; /* lkbs needing a reply */
542 struct list_head ls_orphans;
545 struct list_head ls_timeout;
549 struct list_head ls_new_rsb; /* new rsb structs */
557 struct list_head ls_nodes; /* current nodes in ls */
558 struct list_head ls_nodes_gone; /* dead node list, recovery */
591 struct list_head ls_cb_delay; /* save for queue_work later */
602 struct list_head ls_requestqueue;/* queue remote requests */
611 struct list_head ls_recover_list;
620 struct list_head ls_root_list; /* root resources */
691 struct list_head asts;
693 struct list_head locks;
695 struct list_head unlocking;