Lines Matching defs:tmp_store
198 struct dm_exception_store *tmp_store;
206 tmp_store = kzalloc(sizeof(*tmp_store), GFP_KERNEL);
207 if (!tmp_store) {
229 tmp_store->type = type;
230 tmp_store->snap = snap;
232 r = set_chunk_size(tmp_store, argv[1], &ti->error);
236 r = type->ctr(tmp_store, (strlen(argv[0]) > 1 ? &argv[0][1] : NULL));
243 *store = tmp_store;
249 kfree(tmp_store);