Lines Matching refs:list_head
61 struct list_head hb_events;
110 struct list_head resources;
111 struct list_head node_data;
128 struct list_head list;
130 struct list_head dirty_list;
131 struct list_head purge_list;
132 struct list_head pending_asts;
133 struct list_head pending_basts;
134 struct list_head tracking_list;
151 struct list_head mle_hb_events;
178 struct list_head work_list;
180 struct list_head dlm_domain_handlers;
181 struct list_head dlm_eviction_callbacks;
242 struct list_head list;
305 struct list_head granted;
306 struct list_head converting;
307 struct list_head blocked;
308 struct list_head purge;
314 struct list_head dirty;
315 struct list_head recovering; // dlm_recovery_ctxt.resources list
318 struct list_head tracking; /* dlm->tracking_list */
358 struct list_head list;
359 struct list_head ast_list;
360 struct list_head bast_list;
417 static inline struct list_head *
420 struct list_head *ret = NULL; in dlm_list_idx_to_ptr()
471 struct list_head list;
1081 static inline int dlm_lock_on_list(struct list_head *head, in dlm_lock_on_list()