Searched refs:__btrfs_panic (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | messages.h | 197 void __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function, 200 * If BTRFS_MOUNT_PANIC_ON_FATAL_ERROR is in mount_opt, __btrfs_panic 205 __btrfs_panic(fs_info, __func__, __LINE__, errno, fmt, ##args); \
|
H A D | messages.c | 286 * __btrfs_panic decodes unexpected, fatal errors from the caller, issues an 290 void __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function, in __btrfs_panic() function
|
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | ctree.h | 3360 void __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function, 3363 * If BTRFS_MOUNT_PANIC_ON_FATAL_ERROR is in mount_opt, __btrfs_panic 3368 __btrfs_panic(fs_info, __func__, __LINE__, errno, fmt, ##args); \
|
H A D | super.c | 290 * __btrfs_panic decodes unexpected, fatal errors from the caller, 294 void __btrfs_panic(struct btrfs_fs_info *fs_info, const char *function, in __btrfs_panic() function
|
Completed in 9 milliseconds