Home
last modified time | relevance | path

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

/linux-3.3/drivers/md/
Ddm-snap-persistent.c98 struct pstore { struct
99 struct dm_exception_store *store;
100 int version;
101 int valid;
102 uint32_t exceptions_per_area;
109 void *area;
114 void *zero_area;
121 void *header_area;
127 chunk_t current_area;
163 static int alloc_area(struct pstore *ps) in alloc_area() argument