Home
last modified time | relevance | path

Searched refs:pstore_type_names (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/fs/pstore/
H A Dplatform.c44 static const char * const pstore_type_names[] = { variable
120 BUILD_BUG_ON(ARRAY_SIZE(pstore_type_names) != PSTORE_TYPE_MAX); in pstore_type_to_name()
125 return pstore_type_names[type]; in pstore_type_to_name()
134 if (!strcmp(pstore_type_names[i], name)) in pstore_name_to_type()
/kernel/linux/linux-5.10/fs/pstore/
H A Dplatform.c55 static const char * const pstore_type_names[] = { variable
121 BUILD_BUG_ON(ARRAY_SIZE(pstore_type_names) != PSTORE_TYPE_MAX); in pstore_type_to_name()
126 return pstore_type_names[type]; in pstore_type_to_name()
135 if (!strcmp(pstore_type_names[i], name)) in pstore_name_to_type()

Completed in 3 milliseconds