Home
last modified time | relevance | path

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

/linux-3.3/fs/dlm/
Ddlm_internal.h482 struct dlm_ls { struct
483 struct list_head ls_list; /* list of lockspaces */
484 dlm_lockspace_t *ls_local_handle;
485 uint32_t ls_global_id; /* global unique lockspace ID */
486 uint32_t ls_generation;
487 uint32_t ls_exflags;
488 int ls_lvblen;
489 int ls_count; /* refcount of processes in
491 int ls_create_count; /* create/release refcount */
492 unsigned long ls_flags; /* LSFL_ */
[all …]