Lines Matching defs:pstore
54853 struct pstore_info pstore; member
104692 struct pstore { struct
104693 struct dm_exception_store *store;
104694 int version;
104695 int valid;
104696 uint32_t exceptions_per_area;
104697 void *area;
104698 void *zero_area;
104699 void *header_area;
104700 chunk_t current_area;
104701 chunk_t next_free;
104702 uint32_t current_committed;
104703 atomic_t pending_count;
104704 uint32_t callback_count;
104705 struct commit_callback *callbacks;
104706 struct dm_io_client *io_client;
104707 struct workqueue_struct *metadata_wq;