Home
last modified time | relevance | path

Searched defs:dlm_lock_resource (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/fs/ocfs2/dlm/
Ddlmcommon.h291 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
[all …]
/linux-4.4.14/drivers/md/
Dmd-cluster.c23 struct dlm_lock_resource { struct
24 dlm_lockspace_t *ls;
25 struct dlm_lksb lksb;
26 char *name; /* lock name. */
27 uint32_t flags; /* flags to pass to dlm_lock() */
28 struct completion completion; /* completion for synchronized locking */
29 void (*bast)(void *arg, int mode); /* blocking AST function pointer*/
30 struct mddev *mddev; /* pointing back to mddev. */
31 int mode;