Searched defs:dlm_ls (Results 1 – 1 of 1) sorted by relevance
439 struct dlm_ls { struct440 struct list_head ls_list; /* list of lockspaces */441 dlm_lockspace_t *ls_local_handle;442 uint32_t ls_global_id; /* global unique lockspace ID */443 uint32_t ls_exflags;444 int ls_lvblen;445 int ls_count; /* refcount of processes in447 int ls_create_count; /* create/release refcount */448 unsigned long ls_flags; /* LSFL_ */449 unsigned long ls_scan_time;[all …]