Searched refs:nfs_flush (Results 1 - 19 of 19) sorted by relevance

/dovecot/src/lib-index/
H A Dmail-transaction-log-private.h93 bool nfs_flush:1; member in struct:mail_transaction_log
121 uint32_t file_seq, bool nfs_flush,
H A Dmail-transaction-log.c89 log->nfs_flush =
320 mail_transaction_log_refresh(struct mail_transaction_log *log, bool nfs_flush, argument
333 if (nfs_flush && log->nfs_flush)
398 uint32_t file_seq, bool nfs_flush,
420 if (!nfs_flush || !log->nfs_flush) {
628 set_r->nfs_flush = (index->flags & MAIL_INDEX_OPEN_FLAG_NFS_FLUSH) != 0;
397 mail_transaction_log_find_file(struct mail_transaction_log *log, uint32_t file_seq, bool nfs_flush, struct mail_transaction_log_file **file_r, const char **reason_r) argument
H A Dtest-mail-transaction-log-view.c27 uint32_t file_seq, bool nfs_flush ATTR_UNUSED,
H A Dmail-transaction-log-file.c698 if (file->log->nfs_flush) {
1631 uoff_t start_offset, bool nfs_flush,
1644 if (file->log->nfs_flush && nfs_flush) {
1666 else if (file->log->nfs_flush && !nfs_flush &&
1630 mail_transaction_log_file_read(struct mail_transaction_log_file *file, uoff_t start_offset, bool nfs_flush, const char **reason_r) argument
H A Dmail-transaction-log-view.c166 bool nfs_flush = seq == min_file_seq || local
170 nfs_flush, &file, &reason);
H A Dmail-cache.c552 cache->dotlock_settings.nfs_flush =
H A Dmail-index-strmap.c112 strmap->dotlock_settings.nfs_flush =
/dovecot/src/lib/
H A Dfile-dotlock.h34 bool nfs_flush:1; member in struct:dotlock_settings
H A Dfile-dotlock.c172 if (lock_info->set->nfs_flush && lock_info->lock_stated) {
188 !lock_info->set->nfs_flush);
274 if (lock_info->set->nfs_flush) {
289 !lock_info->set->nfs_flush);
301 static int file_write_pid(int fd, const char *path, bool nfs_flush) argument
308 (nfs_flush && fdatasync(fd) < 0)) {
362 lock_info->set->nfs_flush) < 0) {
414 lock_info->set->nfs_flush) < 0) {
/dovecot/src/util/
H A Dmaildirlock.c31 dotlock_settings.nfs_flush = getenv("MAIL_NFS_STORAGE") != NULL;
/dovecot/src/lib-storage/list/
H A Dsubscription-file.c137 dotlock_set.nfs_flush = mail_set->mail_nfs_storage;
/dovecot/src/lib-storage/
H A Dmail-duplicate.c356 db->dotlock_set.nfs_flush = mail_set->mail_nfs_storage;
H A Dmail-storage.c2986 .nfs_flush = mail_set->mail_nfs_storage,
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-keywords.c80 mk->dotlock_settings.nfs_flush =
H A Dmaildir-uidlist.c282 uidlist->dotlock_settings.nfs_flush =
/dovecot/src/plugins/quota/
H A Dquota-maildir.c266 dotlock_settings.nfs_flush = set->mail_nfs_storage;
552 if (dotlock_settings.nfs_flush) {
/dovecot/src/lib-storage/index/mbox/
H A Dmbox-lock.c414 set.nfs_flush = mbox->storage->storage.set->mail_nfs_storage;
/dovecot/src/pop3/
H A Dpop3-client.c364 dotlock_set.nfs_flush = mail_set->mail_nfs_storage;
/dovecot/src/plugins/fts-squat/
H A Dsquat-trie.c147 trie->dotlock_set.nfs_flush = (flags & SQUAT_INDEX_FLAG_NFS_FLUSH) != 0;

Completed in 70 milliseconds