Home
last modified time | relevance | path

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

/linux/fs/dlm/
H A Ddlm_internal.h562 struct dlm_ls { struct
563 struct list_head ls_list; /* list of lockspaces */
564 uint32_t ls_global_id; /* global unique lockspace ID */
565 uint32_t ls_generation;
566 uint32_t ls_exflags;
567 int ls_lvblen;
568 atomic_t ls_count; /* refcount of processes in
570 wait_queue_head_t ls_count_wait;
571 int ls_create_count; /* create/release refcount */
572 unsigned long ls_flags; /* LSFL_ */
[all …]