Home
last modified time | relevance | path

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

/linux-4.4.14/fs/dlm/
Ddlm_internal.h514 struct dlm_ls { struct
515 struct list_head ls_list; /* list of lockspaces */
516 dlm_lockspace_t *ls_local_handle;
517 uint32_t ls_global_id; /* global unique lockspace ID */
518 uint32_t ls_generation;
519 uint32_t ls_exflags;
520 int ls_lvblen;
521 int ls_count; /* refcount of processes in
523 int ls_create_count; /* create/release refcount */
524 unsigned long ls_flags; /* LSFL_ */
[all …]