Lines Matching refs:list_head
121 struct list_head list;
135 struct list_head list;
252 struct list_head lkb_statequeue; /* rsb g/c/w list */
253 struct list_head lkb_rsb_lookup; /* waiting for rsb lookup */
254 struct list_head lkb_wait_reply; /* waiting for remote reply */
255 struct list_head lkb_ownqueue; /* list of locks for a process */
256 struct list_head lkb_time_list;
263 struct list_head lkb_cb_list; /* for ls_cb_delay or proc->asts */
307 struct list_head res_lookup; /* lkbs waiting on first */
309 struct list_head res_hashchain;
312 struct list_head res_grantqueue;
313 struct list_head res_convertqueue;
314 struct list_head res_waitqueue;
316 struct list_head res_root_list; /* used for recovery */
317 struct list_head res_recover_list; /* used for recovery */
520 struct list_head ls_list; /* list of lockspaces */
540 struct list_head ls_waiters; /* lkbs needing a reply */
543 struct list_head ls_orphans;
546 struct list_head ls_timeout;
550 struct list_head ls_new_rsb; /* new rsb structs */
558 struct list_head ls_nodes; /* current nodes in ls */
559 struct list_head ls_nodes_gone; /* dead node list, recovery */
592 struct list_head ls_cb_delay; /* save for queue_work later */
603 struct list_head ls_requestqueue;/* queue remote requests */
612 struct list_head ls_recover_list;
621 struct list_head ls_root_list; /* root resources */
692 struct list_head asts;
694 struct list_head locks;
696 struct list_head unlocking;