Lines Matching refs:ls
63 #define log_error(ls, fmt, args...) \ argument
64 printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args)
66 #define log_rinfo(ls, fmt, args...) \ argument
70 (ls)->ls_name, ##args); \
73 (ls)->ls_name , ##args); \
76 #define log_debug(ls, fmt, args...) \ argument
80 (ls)->ls_name , ##args); \
83 #define log_limit(ls, fmt, args...) \ argument
87 (ls)->ls_name , ##args); \
699 static inline int dlm_locking_stopped(struct dlm_ls *ls) in dlm_locking_stopped() argument
701 return !test_bit(LSFL_RUNNING, &ls->ls_flags); in dlm_locking_stopped()
704 static inline int dlm_recovery_stopped(struct dlm_ls *ls) in dlm_recovery_stopped() argument
706 return test_bit(LSFL_RECOVER_STOP, &ls->ls_flags); in dlm_recovery_stopped()
709 static inline int dlm_no_directory(struct dlm_ls *ls) in dlm_no_directory() argument
711 return test_bit(LSFL_NODIR, &ls->ls_flags); in dlm_no_directory()
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) { } in dlm_create_debug_file() argument
729 static inline void dlm_delete_debug_file(struct dlm_ls *ls) { } in dlm_delete_debug_file() argument