Home
last modified time | relevance | path

Searched defs:pstore (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/md/
Ddm-snap-persistent.c101 struct pstore { struct
102 struct dm_exception_store *store;
103 int version;
104 int valid;
105 uint32_t exceptions_per_area;
112 void *area;
117 void *zero_area;
124 void *header_area;
130 chunk_t current_area;
166 static int alloc_area(struct pstore *ps) in alloc_area() argument
/linux-4.1.27/fs/pstore/
Dram.c106 struct pstore_info pstore; member