Lines Matching refs:ls
66 #define log_error(ls, fmt, args...) \ argument
67 printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args)
68 #define log_rinfo(ls, fmt, args...) \ argument
69 printk(KERN_INFO "dlm: %s: " fmt "\n", (ls)->ls_name , ##args);
71 #define log_debug(ls, fmt, args...) \ argument
75 (ls)->ls_name , ##args); \
78 #define log_limit(ls, fmt, args...) \ argument
82 (ls)->ls_name , ##args); \
695 static inline int dlm_locking_stopped(struct dlm_ls *ls) in dlm_locking_stopped() argument
697 return !test_bit(LSFL_RUNNING, &ls->ls_flags); in dlm_locking_stopped()
700 static inline int dlm_recovery_stopped(struct dlm_ls *ls) in dlm_recovery_stopped() argument
702 return test_bit(LSFL_RECOVER_STOP, &ls->ls_flags); in dlm_recovery_stopped()
705 static inline int dlm_no_directory(struct dlm_ls *ls) in dlm_no_directory() argument
707 return test_bit(LSFL_NODIR, &ls->ls_flags); in dlm_no_directory()
719 int dlm_create_debug_file(struct dlm_ls *ls);
720 void dlm_delete_debug_file(struct dlm_ls *ls);
724 static inline int dlm_create_debug_file(struct dlm_ls *ls) { return 0; } in dlm_create_debug_file() argument
725 static inline void dlm_delete_debug_file(struct dlm_ls *ls) { } in dlm_delete_debug_file() argument