Lines Matching defs:dlm_lock_resource
277 struct dlm_lock_resource struct
281 struct hlist_node hash_node;
282 struct qstr lockname;
283 struct kref refs;
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 */
308 unsigned long last_used;
310 struct dlm_ctxt *dlm;
312 unsigned migration_pending:1;
313 atomic_t asts_reserved;
314 spinlock_t spinlock;
315 wait_queue_head_t wq;
316 u8 owner; //node which owns the lock resource, or unknown
317 u16 state;
318 char lvb[DLM_LVB_LEN];
319 unsigned int inflight_locks;
320 unsigned int inflight_assert_workers;
321 unsigned long refmap[BITS_TO_LONGS(O2NM_MAX_NODES)];