Home
last modified time | relevance | path

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

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