Home
last modified time | relevance | path

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

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