Searched defs:dlm_lock_resource (Results 1 – 2 of 2) sorted by relevance
293 struct dlm_lock_resource struct297 struct hlist_node hash_node;298 struct qstr lockname;299 struct kref refs;307 struct list_head granted;308 struct list_head converting;309 struct list_head blocked;310 struct list_head purge;316 struct list_head dirty;317 struct list_head recovering; // dlm_recovery_ctxt.resources list[all …]
24 struct dlm_lock_resource { struct25 dlm_lockspace_t *ls;26 struct dlm_lksb lksb;27 char *name; /* lock name. */28 uint32_t flags; /* flags to pass to dlm_lock() */29 wait_queue_head_t sync_locking; /* wait queue for synchronized locking */30 bool sync_locking_done;31 void (*bast)(void *arg, int mode); /* blocking AST function pointer*/32 struct mddev *mddev; /* pointing back to mddev. */33 int mode;