Lines Matching defs:list
108 struct list_head list;
222 struct list_head list;
240 INIT_LIST_HEAD(&i->list);
293 * while they are on the list.
296 struct list_head recovering; // dlm_recovery_ctxt.resources list
302 * put on a list for the dlm thread to run. */
324 * list and flags are actually used when sent over the wire */
326 u8 list; // 0=granted, 1=converting, 2=blocked
339 struct list_head list;
442 struct list_head list;
1069 list_for_each_entry(tmplock, head, list) {