Searched refs:fdatasync (Results 1 - 15 of 15) sorted by relevance
/dovecot/src/lib/ |
H A D | fdatasync-path.c | 4 #include "fdatasync-path.h" 18 if (fdatasync(fd) < 0) {
|
H A D | compat.h | 155 # define fdatasync fsync macro 289 /* OS X Snow Leopard has fdatasync(), but no prototype for it. */ 290 int fdatasync(int);
|
H A D | file-dotlock.c | 308 (nfs_flush && fdatasync(fd) < 0)) {
|
/dovecot/src/lib-index/ |
H A D | mail-index-write.c | 24 if (fdatasync(index->fd) < 0) { 25 mail_index_set_error(index, "fdatasync(%s) failed: %m", 93 if (fdatasync(fd) < 0) { 95 "fdatasync()");
|
H A D | mail-transaction-log-append.c | 94 if (fdatasync(file->fd) < 0) { 97 "fdatasync()");
|
H A D | mail-cache-compress.c | 317 if (fdatasync(fd) < 0) { 318 mail_cache_set_syscall_error(cache, "fdatasync()");
|
H A D | mail-cache-transaction.c | 575 /* 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 D | mail-cache.c | 762 if (fdatasync(cache->fd) < 0) 763 mail_cache_set_syscall_error(cache, "fdatasync()");
|
H A D | mail-transaction-log-file.c | 781 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 D | master-instance.c | 202 if (fdatasync(fd) < 0) { 203 i_error("fdatasync(%s) failed: %m", lock_path);
|
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-file.c | 572 if (fdatasync(ctx->file->fd) < 0) { 573 dbox_file_set_syscall_error(ctx->file, "fdatasync()");
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-save.c | 784 if (fdatasync(mbox->mbox_fd) < 0) { 785 mbox_set_syscall_error(mbox, "fdatasync()");
|
H A D | mbox-sync.c | 1998 if (fdatasync(mbox->mbox_fd) < 0) { 1999 mbox_set_syscall_error(mbox, "fdatasync()");
|
/dovecot/src/lib-fs/ |
H A D | fs-posix.c | 477 if (fdatasync(file->fd) < 0) { 478 fs_set_error(file->file.fs, "fdatasync(%s) failed: %m",
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-uidlist.c | 1320 if (fdatasync(fd) < 0) { 1322 "fdatasync(%s) failed: %m", path);
|
Completed in 55 milliseconds