Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Ddlm_internal.h547 struct dlm_ls { struct
548 struct list_head ls_list; /* list of lockspaces */
549 dlm_lockspace_t *ls_local_handle;
550 uint32_t ls_global_id; /* global unique lockspace ID */
551 uint32_t ls_generation;
552 uint32_t ls_exflags;
553 int ls_lvblen;
554 atomic_t ls_count; /* refcount of processes in
556 wait_queue_head_t ls_count_wait;
557 int ls_create_count; /* create/release refcount */
[all …]