Searched defs:log_error (Results 1 – 8 of 8) sorted by relevance
122 function log_error() function
76 void (*log_error)(char *buf, unsigned int err_type, int fatal); member237 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() function
828 bool log_error) in smb2_check_receive()
935 bool log_error) in cifs_check_receive()
27 #define log_error(fmt, ...) pr_err(fmt, ##__VA_ARGS__) macro
178 static void log_error(const char *format, ...) in log_error() function
3728 bool log_error = (shutdown_flags & SHUTDOWN_LOG_IO_ERROR); in xlog_force_shutdown() local
60 #define log_error(ls, fmt, args...) \ macro