Searched defs:dlm_lock_resource (Results 1 – 2 of 2) sorted by relevance
277 struct dlm_lock_resource struct281 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[all …]
19 struct dlm_lock_resource { struct20 dlm_lockspace_t *ls;21 struct dlm_lksb lksb;22 char *name; /* lock name. */23 uint32_t flags; /* flags to pass to dlm_lock() */24 wait_queue_head_t sync_locking; /* wait queue for synchronized locking */25 bool sync_locking_done;26 void (*bast)(void *arg, int mode); /* blocking AST function pointer*/27 struct mddev *mddev; /* pointing back to mddev. */28 int mode;