Home
last modified time | relevance | path

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

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