Searched refs:tmp_store (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-exception-store.c199 struct dm_exception_store *tmp_store; local
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);
[all...]

Completed in 97 milliseconds