Lines Matching defs:files
259 struct fs_file **files;
268 if (ctx->files[i] == NULL)
270 else if (fs_delete(ctx->files[i]) == 0)
271 fs_file_deinit(&ctx->files[i]);
276 i_error("%s doesn't exist: %s", fs_file_path(ctx->files[i]),
277 fs_file_last_error(ctx->files[i]));
282 fs_file_path(ctx->files[i]),
283 fs_file_last_error(ctx->files[i]));
298 if (ctx->files[i] != NULL)
301 ctx->files[i] = fs_file_init(ctx->fs,
326 if (ctx->files[i] != NULL)
327 fs_file_deinit(&ctx->files[i]);
345 ctx.files = t_new(struct fs_file *, ctx.files_count);
368 /* delete files. again because we're doing this asynchronously finish
445 ctx.files = t_new(struct fs_file *, ctx.files_count);