Lines Matching defs:dlm_lock_resource
291 struct dlm_lock_resource struct
295 struct hlist_node hash_node;
296 struct qstr lockname;
297 struct kref refs;
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 */
322 unsigned long last_used;
324 struct dlm_ctxt *dlm;
326 unsigned migration_pending:1;
327 atomic_t asts_reserved;
328 spinlock_t spinlock;
329 wait_queue_head_t wq;
330 u8 owner; //node which owns the lock resource, or unknown
331 u16 state;
332 char lvb[DLM_LVB_LEN];
333 unsigned int inflight_locks;
334 unsigned int inflight_assert_workers;
335 unsigned long refmap[BITS_TO_LONGS(O2NM_MAX_NODES)];