Lines Matching refs:pstore
105 struct pstore { struct
170 static int alloc_area(struct pstore *ps) in alloc_area() argument
205 static void free_area(struct pstore *ps) in free_area()
232 static int chunk_io(struct pstore *ps, void *area, chunk_t chunk, blk_opf_t opf, in chunk_io()
270 static chunk_t area_location(struct pstore *ps, chunk_t area) in area_location()
275 static void skip_metadata(struct pstore *ps) in skip_metadata()
288 static int area_io(struct pstore *ps, blk_opf_t opf) in area_io()
295 static void zero_memory_area(struct pstore *ps) in zero_memory_area()
300 static int zero_disk_area(struct pstore *ps, chunk_t area) in zero_disk_area()
306 static int read_header(struct pstore *ps, int *new_snapshot) in read_header()
383 static int write_header(struct pstore *ps) in write_header()
401 static struct disk_exception *get_exception(struct pstore *ps, void *ps_area, in get_exception()
409 static void read_exception(struct pstore *ps, void *ps_area, in read_exception()
419 static void write_exception(struct pstore *ps, in write_exception()
429 static void clear_exception(struct pstore *ps, uint32_t index) in clear_exception()
443 static int insert_exceptions(struct pstore *ps, void *ps_area, in insert_exceptions()
488 static int read_exceptions(struct pstore *ps, in read_exceptions()
568 static struct pstore *get_info(struct dm_exception_store *store) in get_info()
578 struct pstore *ps = get_info(store); in persistent_usage()
594 struct pstore *ps = get_info(store); in persistent_dtr()
615 struct pstore *ps = get_info(store); in persistent_read_metadata()
677 struct pstore *ps = get_info(store); in persistent_prepare_exception()
703 struct pstore *ps = get_info(store); in persistent_commit_exception()
767 struct pstore *ps = get_info(store); in persistent_prepare_merge()
813 struct pstore *ps = get_info(store); in persistent_commit_merge()
844 struct pstore *ps = get_info(store); in persistent_drop_snapshot()
853 struct pstore *ps; in persistent_ctr()