Searched defs:dlm_user_proc (Results 1 – 1 of 1) sorted by relevance
733 struct dlm_user_proc { struct734 dlm_lockspace_t *lockspace;735 unsigned long flags; /* DLM_PROC_FLAGS */736 struct list_head asts;737 spinlock_t asts_spin;738 struct list_head locks;739 spinlock_t locks_spin;740 struct list_head unlocking;741 wait_queue_head_t wait;
Completed in 10 milliseconds