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

/dovecot/src/lib/
H A Dfdatasync-path.c4 #include "fdatasync-path.h"
18 if (fdatasync(fd) < 0) {
H A Dcompat.h155 # define fdatasync fsync macro
289 /* OS X Snow Leopard has fdatasync(), but no prototype for it. */
290 int fdatasync(int);
H A Dfile-dotlock.c308 (nfs_flush && fdatasync(fd) < 0)) {
/dovecot/src/lib-index/
H A Dmail-index-write.c24 if (fdatasync(index->fd) < 0) {
25 mail_index_set_error(index, "fdatasync(%s) failed: %m",
93 if (fdatasync(fd) < 0) {
95 "fdatasync()");
H A Dmail-transaction-log-append.c94 if (fdatasync(file->fd) < 0) {
97 "fdatasync()");
H A Dmail-cache-compress.c317 if (fdatasync(fd) < 0) {
318 mail_cache_set_syscall_error(cache, "fdatasync()");
H A Dmail-cache-transaction.c575 /* Here would be a good place to do fdatasync() to make sure
599 if (fdatasync(cache->fd) < 0) {
600 mail_cache_set_syscall_error(cache, "fdatasync()");
H A Dmail-cache.c762 if (fdatasync(cache->fd) < 0)
763 mail_cache_set_syscall_error(cache, "fdatasync()");
H A Dmail-transaction-log-file.c781 fdatasync() unless it's required */
782 if (fdatasync(new_fd) < 0) {
783 log_file_set_syscall_error(file, "fdatasync()");
/dovecot/src/lib-master/
H A Dmaster-instance.c202 if (fdatasync(fd) < 0) {
203 i_error("fdatasync(%s) failed: %m", lock_path);
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file.c572 if (fdatasync(ctx->file->fd) < 0) {
573 dbox_file_set_syscall_error(ctx->file, "fdatasync()");
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-save.c784 if (fdatasync(mbox->mbox_fd) < 0) {
785 mbox_set_syscall_error(mbox, "fdatasync()");
H A Dmbox-sync.c1998 if (fdatasync(mbox->mbox_fd) < 0) {
1999 mbox_set_syscall_error(mbox, "fdatasync()");
/dovecot/src/lib-fs/
H A Dfs-posix.c477 if (fdatasync(file->fd) < 0) {
478 fs_set_error(file->file.fs, "fdatasync(%s) failed: %m",
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-uidlist.c1320 if (fdatasync(fd) < 0) {
1322 "fdatasync(%s) failed: %m", path);

Completed in 1753 milliseconds