Lines Matching defs:dlm_lock_resource
272 struct dlm_lock_resource struct
276 struct hlist_node hash_node;
277 struct qstr lockname;
278 struct kref refs;
286 struct list_head granted;
287 struct list_head converting;
288 struct list_head blocked;
289 struct list_head purge;
295 struct list_head dirty;
296 struct list_head recovering; // dlm_recovery_ctxt.resources list
299 struct list_head tracking; /* dlm->tracking_list */
303 unsigned long last_used;
305 struct dlm_ctxt *dlm;
307 unsigned migration_pending:1;
308 atomic_t asts_reserved;
309 spinlock_t spinlock;
310 wait_queue_head_t wq;
311 u8 owner; //node which owns the lock resource, or unknown
312 u16 state;
313 char lvb[DLM_LVB_LEN];
314 unsigned int inflight_locks;
315 unsigned int inflight_assert_workers;
316 unsigned long refmap[BITS_TO_LONGS(O2NM_MAX_NODES)];