Searched refs:fatal (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/drivers/edac/ |
D | e752x_edac.c | 516 static void do_global_error(int fatal, u32 errors) in do_global_error() argument 528 fatal_message[fatal], in do_global_error() 534 static inline void global_error(int fatal, u32 errors, int *error_found, in global_error() argument 540 do_global_error(fatal, errors); in global_error() 550 static void do_hub_error(int fatal, u8 errors) in do_hub_error() argument 557 fatal_message[fatal], hub_message[i]); in do_hub_error() 561 static inline void hub_error(int fatal, u8 errors, int *error_found, in hub_error() argument 567 do_hub_error(fatal, errors); in hub_error() 607 static void do_nsi_error(int fatal, u32 errors) in do_nsi_error() argument 614 fatal_message[fatal], nsi_message[i]); in do_nsi_error() [all …]
|
/linux-4.19.296/fs/ext4/ |
D | ialloc.c | 243 int fatal = 0, err, count, cleared; in ext4_free_inode() local 292 fatal = PTR_ERR(bitmap_bh); in ext4_free_inode() 297 fatal = -EFSCORRUPTED; in ext4_free_inode() 302 fatal = ext4_journal_get_write_access(handle, bitmap_bh); in ext4_free_inode() 303 if (fatal) in ext4_free_inode() 306 fatal = -ESRCH; in ext4_free_inode() 310 fatal = ext4_journal_get_write_access(handle, bh2); in ext4_free_inode() 314 if (fatal || !cleared) { in ext4_free_inode() 342 fatal = ext4_handle_dirty_metadata(handle, NULL, bh2); in ext4_free_inode() 347 if (!fatal) in ext4_free_inode() [all …]
|
/linux-4.19.296/include/net/ |
D | icmp.h | 29 unsigned int fatal:1; member
|
/linux-4.19.296/fs/xfs/ |
D | Kconfig | 114 not cause the kernel to panic on non-fatal errors. 133 bool "XFS fatal asserts" 139 Say Y here to cause DEBUG mode ASSERT failures to result in fatal
|
D | xfs_log.c | 599 bool fatal = xfs_sb_version_hascrc(&mp->m_sb); in xfs_log_mount() local 657 fatal = true; in xfs_log_mount() 664 if (fatal) { in xfs_log_mount()
|
/linux-4.19.296/lib/ |
D | Kconfig.debug | 346 bool "Make section mismatch errors non-fatal" 1957 module load requests, ultimately this could be fatal.
|