Home
last modified time | relevance | path

Searched refs:s_last_error_func (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/ext4/
Dsuper.c367 strncpy(es->s_last_error_func, func, sizeof(es->s_last_error_func)); in __save_error_info()
3009 (int) sizeof(es->s_last_error_func), in print_daily_error_info()
3010 es->s_last_error_func, in print_daily_error_info()
Dext4.h1313 __u8 s_last_error_func[32] __nonstring; /* function where the error happened */ member