Lines Matching full:storage
6 storing error records in persistent storage for future reference
11 method for storing error records into persistent storage.
28 Linux uses the persistent storage filesystem, pstore, to record
35 Two common storage backends for the pstore filesystem are ACPI ERST
38 storage backend for virtual machines (as it is now for bare metal
65 - size: The size of the ACPI ERST backing storage. This parameter is
67 - mem-path: The location of the ACPI ERST backing storage file. This
76 backend storage. Must be a power of two value greater than or
98 Backend Storage Format
101 The backend storage is divided into fixed size "slots", 8KiB in
107 Slot 0 contains a backend storage header that identifies the contents
109 Depending upon the size of the backend storage, additional slots will
111 the slot 0 header can accommodate 1021 records. Thus a storage size
113 header. In this scenario, slot 0 and slot 1 form the backend storage
116 Below is an example layout of the backend storage format (for storage
117 size less than 8MiB). The size of the storage is a multiple of 8KiB,
119 shows two records (in CPER format) in the backend storage, while the
127 0 | storage header |
140 The storage header consists of some basic information and an array
142 storage.
174 backend storage.
179 slot index for the corresponding record in the backend storage.
181 Note that, for example, with a backend storage less than 8MiB, slot 0