Home
last modified time | relevance | path

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

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