Home
last modified time | relevance | path

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

/linux-6.1.9/fs/dlm/
Ddlm_internal.h558 struct dlm_ls { struct
559 struct list_head ls_list; /* list of lockspaces */
560 dlm_lockspace_t *ls_local_handle;
561 uint32_t ls_global_id; /* global unique lockspace ID */
562 uint32_t ls_generation;
563 uint32_t ls_exflags;
564 int ls_lvblen;
565 atomic_t ls_count; /* refcount of processes in
567 wait_queue_head_t ls_count_wait;
568 int ls_create_count; /* create/release refcount */
[all …]