Home
last modified time | relevance | path

Searched refs:s_first_error_func (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ext4/
H A Dsysfs.c281 EXT4_RO_ATTR_ES_STRING(first_error_func, s_first_error_func, 32);
H A Dsuper.c664 sbi->s_first_error_func = func; in save_error_info()
3692 (int) sizeof(es->s_first_error_func), in print_daily_error_info()
3693 es->s_first_error_func, in print_daily_error_info()
6245 strtomem_pad(es->s_first_error_func, in ext4_update_super()
6246 sbi->s_first_error_func, 0); in ext4_update_super()
H A Dext4.h1430 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */ member
1749 const char *s_first_error_func; member