Lines Matching refs:error
143 const char *chunk_size_arg, char **error)
148 *error = "Invalid chunk size";
157 return dm_exception_store_set_chunk_size(store, chunk_size, error);
162 char **error)
166 *error = "Chunk size is not a power of 2";
175 *error = "Chunk size is not a multiple of device blocksize";
180 *error = "Chunk size is too high";
202 ti->error = "Insufficient exception store arguments";
208 ti->error = "Exception store allocation failed";
218 ti->error = "Exception store type is not P or N";
224 ti->error = "Exception store type not recognised";
232 r = set_chunk_size(tmp_store, argv[1], &ti->error);
238 ti->error = "Exception store type constructor failed";