Home
last modified time | relevance | path

Searched refs:fs_write_stream_finish (Results 1 – 15 of 15) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-fs/
H A Dtest-fs-metawrap.c67 test_assert(fs_write_stream_finish(file, &output) > 0); in test_fs_metawrap_write_empty()
86 test_assert(fs_write_stream_finish(file, &output) > 0); in test_fs_metawrap_write_fname_rename()
H A Dfs-test-async.c25 test_assert(fs_write_stream_finish(file, &output) == 0); in test_fs_async_write()
H A Dtest-fs-posix.c105 test_assert(fs_write_stream_finish(file, &output) == 1); in test_fs_posix()
H A Dfs-wrapper.c89 return fs_write_stream_finish(file->parent, &file->output); in fs_wrapper_write_stream_finish()
H A Dfs-metawrap.c389 return fs_write_stream_finish(_file->parent, &file->super_output); in fs_metawrap_write_stream_finish()
419 ret = fs_write_stream_finish(_file->parent, &file->super_output); in fs_metawrap_write_stream_finish()
H A Dfs-sis-queue.c157 if (fs_write_stream_finish(_file->parent, &_file->output) < 0) in fs_sis_queue_write_stream_finish()
H A Dfs-api.h301 int fs_write_stream_finish(struct fs_file *file, struct ostream **output);
H A Dfs-sis.c316 if (fs_write_stream_finish(_file->parent, &file->fs_output) < 0) in fs_sis_write_stream_finish()
H A Dfs-api.c813 ret = fs_write_stream_finish(file, &output); in fs_write_via_stream()
888 int fs_write_stream_finish(struct fs_file *file, struct ostream **output) in fs_write_stream_finish() function
1143 if (fs_write_stream_finish(dest, &dest->copy_output) <= 0) in fs_default_copy()
H A Dfs-randomfail.c380 return fs_write_stream_finish(_file->parent, &file->super_output); in fs_randomfail_write_stream_finish()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/fs-compress/
H A Dfs-compress.c232 return fs_write_stream_finish(_file->parent, &file->super_output); in fs_compress_write_stream_finish()
237 return fs_write_stream_finish(_file->parent, &file->temp_output); in fs_compress_write_stream_finish()
243 ret = fs_write_stream_finish(_file->parent, &file->super_output); in fs_compress_write_stream_finish()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/mail-crypt/
H A Dfs-crypt-common.c353 return fs_write_stream_finish(_file->parent, &file->super_output); in fs_crypt_write_stream_finish()
365 ret = fs_write_stream_finish(_file->parent, &file->super_output); in fs_crypt_write_stream_finish()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/
H A Dindex-attachment.c142 else if (fs_write_stream_finish(attach->cur_file, &output) < 0) { in index_attachment_close_ostream()
/dports/mail/dovecot/dovecot-2.3.17/src/doveadm/
H A Ddoveadm-fs.c126 if (fs_write_stream_finish(file, &output) < 0) { in cmd_fs_put()
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog93579 We can't handle an abort after an async fs_write_stream_finish() is already
110260 fs_write_stream_finish() Otherwise each backend needs to do it internally.
141120 lib-fs: fs_write_stream_finish(file, NULL) is now alias to