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