Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/dlm/
Ddlm_internal.h518 struct dlm_ls { struct
519 struct list_head ls_list; /* list of lockspaces */
520 dlm_lockspace_t *ls_local_handle;
521 uint32_t ls_global_id; /* global unique lockspace ID */
522 uint32_t ls_generation;
523 uint32_t ls_exflags;
524 int ls_lvblen;
525 int ls_count; /* refcount of processes in
527 int ls_create_count; /* create/release refcount */
528 unsigned long ls_flags; /* LSFL_ */
[all …]