Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/ext4/
H A Dsysfs.c246 EXT4_RO_ATTR_ES_STRING(first_error_func, s_first_error_func, 32);
H A Dsuper.c493 strncpy(es->s_first_error_func, func, in __save_error_info()
494 sizeof(es->s_first_error_func)); in __save_error_info()
3411 (int) sizeof(es->s_first_error_func), in print_daily_error_info()
3412 es->s_first_error_func, in print_daily_error_info()
H A Dext4.h1386 __u8 s_first_error_func[32] __nonstring; /* function where the error happened */ member