Lines Matching refs:ls
66 #define log_error(ls, fmt, args...) \ argument
67 printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args)
69 #define log_rinfo(ls, fmt, args...) \ argument
73 (ls)->ls_name, ##args); \
76 (ls)->ls_name , ##args); \
79 #define log_debug(ls, fmt, args...) \ argument
83 (ls)->ls_name , ##args); \
86 #define log_limit(ls, fmt, args...) \ argument
90 (ls)->ls_name , ##args); \
731 static inline int dlm_locking_stopped(struct dlm_ls *ls) in dlm_locking_stopped() argument
733 return !test_bit(LSFL_RUNNING, &ls->ls_flags); in dlm_locking_stopped()
736 static inline int dlm_recovery_stopped(struct dlm_ls *ls) in dlm_recovery_stopped() argument
738 return test_bit(LSFL_RECOVER_STOP, &ls->ls_flags); in dlm_recovery_stopped()
741 static inline int dlm_no_directory(struct dlm_ls *ls) in dlm_no_directory() argument
743 return test_bit(LSFL_NODIR, &ls->ls_flags); in dlm_no_directory()
755 void dlm_create_debug_file(struct dlm_ls *ls);
756 void dlm_delete_debug_file(struct dlm_ls *ls);
762 static inline void dlm_create_debug_file(struct dlm_ls *ls) { } in dlm_create_debug_file() argument
763 static inline void dlm_delete_debug_file(struct dlm_ls *ls) { } in dlm_delete_debug_file() argument