Home
last modified time | relevance | path

Searched defs:log_error (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/arch/powerpc/include/asm/
Dmachdep.h77 void (*log_error)(char *buf, unsigned int err_type, int fatal); member
237 static inline void log_error(char *buf, unsigned int err_type, int fatal) in log_error() function
/linux-6.12.1/fs/smb/client/
Dsmb2transport.c828 bool log_error) in smb2_check_receive()
Dtransport.c939 bool log_error) in cifs_check_receive()
/linux-6.12.1/fs/xfs/
Dxfs_log.c3453 bool log_error = (shutdown_flags & SHUTDOWN_LOG_IO_ERROR); in xlog_force_shutdown() local
/linux-6.12.1/tools/testing/selftests/net/
Dnettest.c178 static void log_error(const char *format, ...) in log_error() function
/linux-6.12.1/fs/dlm/
Ddlm_internal.h62 #define log_error(ls, fmt, args...) \ macro