Lines Matching full:ls
62 #define log_error(ls, fmt, args...) \ argument
63 printk(KERN_ERR "dlm: %s: " fmt "\n", (ls)->ls_name , ##args)
65 #define log_rinfo(ls, fmt, args...) \ argument
69 (ls)->ls_name, ##args); \
72 (ls)->ls_name , ##args); \
75 #define log_debug(ls, fmt, args...) \ argument
79 (ls)->ls_name , ##args); \
82 #define log_limit(ls, fmt, args...) \ argument
86 (ls)->ls_name , ##args); \
104 * Lockspace member (per node in a ls)
569 the dlm using this ls */
595 struct list_head ls_nodes; /* current nodes in ls */
597 int ls_num_nodes; /* number of nodes in ls */
724 static inline int dlm_locking_stopped(struct dlm_ls *ls) in dlm_locking_stopped() argument
726 return !test_bit(LSFL_RUNNING, &ls->ls_flags); in dlm_locking_stopped()
729 static inline int dlm_recovery_stopped(struct dlm_ls *ls) in dlm_recovery_stopped() argument
731 return test_bit(LSFL_RECOVER_STOP, &ls->ls_flags); in dlm_recovery_stopped()
734 static inline int dlm_no_directory(struct dlm_ls *ls) in dlm_no_directory() argument
736 return test_bit(LSFL_NODIR, &ls->ls_flags); in dlm_no_directory()
817 void dlm_create_debug_file(struct dlm_ls *ls);
818 void dlm_delete_debug_file(struct dlm_ls *ls);
824 static inline void dlm_create_debug_file(struct dlm_ls *ls) { } in dlm_create_debug_file() argument
825 static inline void dlm_delete_debug_file(struct dlm_ls *ls) { } in dlm_delete_debug_file() argument