Home
last modified time | relevance | path

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

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