Lines Matching defs:dlm_ls
50 struct dlm_ls;
292 struct dlm_ls *res_ls; /* the lockspace */
518 struct dlm_ls {
699 static inline int dlm_locking_stopped(struct dlm_ls *ls)
704 static inline int dlm_recovery_stopped(struct dlm_ls *ls)
709 static inline int dlm_no_directory(struct dlm_ls *ls)
723 void dlm_create_debug_file(struct dlm_ls *ls);
724 void dlm_delete_debug_file(struct dlm_ls *ls);
728 static inline void dlm_create_debug_file(struct dlm_ls *ls) { }
729 static inline void dlm_delete_debug_file(struct dlm_ls *ls) { }