Lines Matching defs:dlm_lock_resource
292 struct dlm_lock_resource struct
296 struct hlist_node hash_node;
297 struct qstr lockname;
298 struct kref refs;
306 struct list_head granted;
307 struct list_head converting;
308 struct list_head blocked;
309 struct list_head purge;
315 struct list_head dirty;
316 struct list_head recovering; // dlm_recovery_ctxt.resources list
319 struct list_head tracking; /* dlm->tracking_list */
323 unsigned long last_used;
325 struct dlm_ctxt *dlm;
327 unsigned migration_pending:1;
328 atomic_t asts_reserved;
329 spinlock_t spinlock;
330 wait_queue_head_t wq;
331 u8 owner; //node which owns the lock resource, or unknown
332 u16 state;
333 char lvb[DLM_LVB_LEN];
334 unsigned int inflight_locks;
335 unsigned long refmap[BITS_TO_LONGS(O2NM_MAX_NODES)];