Home
last modified time | relevance | path

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

/systemd-251/src/pstore/
Dpstore.c53 PSTORE_STORAGE_EXTERNAL, enumerator
61 [PSTORE_STORAGE_EXTERNAL] = "external",
68 static PStoreStorage arg_storage = PSTORE_STORAGE_EXTERNAL;
137 … suffix = arg_storage == PSTORE_STORAGE_EXTERNAL ? strjoina(" moved to ", ofd_path) : (char *)"."; in move_file()
156 if (arg_storage == PSTORE_STORAGE_EXTERNAL) { in move_file()