Home
last modified time | relevance | path

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

/linux/fs/ocfs2/dlm/
A Ddlmcommon.h272 struct dlm_lock_resource struct
277 struct qstr lockname;
278 struct kref refs;
289 struct list_head purge;
295 struct list_head dirty;
305 struct dlm_ctxt *dlm;
308 atomic_t asts_reserved;
309 spinlock_t spinlock;
310 wait_queue_head_t wq;
312 u16 state;
[all …]
/linux/drivers/md/
A Dmd-cluster.c20 struct dlm_lock_resource { struct
21 dlm_lockspace_t *ls;
22 struct dlm_lksb lksb;
23 char *name; /* lock name. */
24 uint32_t flags; /* flags to pass to dlm_lock() */
25 wait_queue_head_t sync_locking; /* wait queue for synchronized locking */
26 bool sync_locking_done;
27 void (*bast)(void *arg, int mode); /* blocking AST function pointer*/
28 struct mddev *mddev; /* pointing back to mddev. */
29 int mode;

Completed in 19 milliseconds