Lines Matching defs:tmp_store
199 struct dm_exception_store *tmp_store;
207 tmp_store = kzalloc(sizeof(*tmp_store), GFP_KERNEL);
208 if (!tmp_store) {
230 tmp_store->type = type;
231 tmp_store->snap = snap;
233 r = set_chunk_size(tmp_store, argv[1], &ti->error);
237 r = type->ctr(tmp_store, (strlen(argv[0]) > 1 ? &argv[0][1] : NULL));
244 *store = tmp_store;
250 kfree(tmp_store);