Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/ext4/
Dsysfs.c246 EXT4_RO_ATTR_ES_STRING(first_error_func, s_first_error_func, 32);
Dsuper.c607 sbi->s_first_error_func = func; in save_error_info()
3380 (int) sizeof(es->s_first_error_func), in print_daily_error_info()
3381 es->s_first_error_func, in print_daily_error_info()
5545 strncpy(es->s_first_error_func, sbi->s_first_error_func, in ext4_update_super()
5546 sizeof(es->s_first_error_func)); in ext4_update_super()
Dext4.h1386 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */ member
1625 const char *s_first_error_func; member