Lines Matching refs:list_head
46 struct list_head hb_events;
95 struct list_head resources;
96 struct list_head node_data;
113 struct list_head list;
115 struct list_head dirty_list;
116 struct list_head purge_list;
117 struct list_head pending_asts;
118 struct list_head pending_basts;
119 struct list_head tracking_list;
137 struct list_head mle_hb_events;
163 struct list_head work_list;
165 struct list_head dlm_domain_handlers;
166 struct list_head dlm_eviction_callbacks;
227 struct list_head list;
291 struct list_head granted;
292 struct list_head converting;
293 struct list_head blocked;
294 struct list_head purge;
300 struct list_head dirty;
301 struct list_head recovering; // dlm_recovery_ctxt.resources list
304 struct list_head tracking; /* dlm->tracking_list */
344 struct list_head list;
345 struct list_head ast_list;
346 struct list_head bast_list;
392 static inline struct list_head *
395 struct list_head *ret = NULL; in dlm_list_idx_to_ptr()
447 struct list_head list;
1070 static inline int dlm_lock_on_list(struct list_head *head, in dlm_lock_on_list()