/dovecot/src/lib-index/ |
H A D | mail-transaction-log-private.h | 93 bool nfs_flush:1; member in struct:mail_transaction_log 121 uint32_t file_seq, bool nfs_flush,
|
H A D | mail-transaction-log.c | 89 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 D | test-mail-transaction-log-view.c | 27 uint32_t file_seq, bool nfs_flush ATTR_UNUSED,
|
H A D | mail-transaction-log-file.c | 698 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 D | mail-transaction-log-view.c | 166 bool nfs_flush = seq == min_file_seq || local 170 nfs_flush, &file, &reason);
|
H A D | mail-cache.c | 552 cache->dotlock_settings.nfs_flush =
|
H A D | mail-index-strmap.c | 112 strmap->dotlock_settings.nfs_flush =
|
/dovecot/src/lib/ |
H A D | file-dotlock.h | 34 bool nfs_flush:1; member in struct:dotlock_settings
|
H A D | file-dotlock.c | 172 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 D | maildirlock.c | 31 dotlock_settings.nfs_flush = getenv("MAIL_NFS_STORAGE") != NULL;
|
/dovecot/src/lib-storage/list/ |
H A D | subscription-file.c | 137 dotlock_set.nfs_flush = mail_set->mail_nfs_storage;
|
/dovecot/src/lib-storage/ |
H A D | mail-duplicate.c | 356 db->dotlock_set.nfs_flush = mail_set->mail_nfs_storage;
|
H A D | mail-storage.c | 2986 .nfs_flush = mail_set->mail_nfs_storage,
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-keywords.c | 80 mk->dotlock_settings.nfs_flush =
|
H A D | maildir-uidlist.c | 282 uidlist->dotlock_settings.nfs_flush =
|
/dovecot/src/plugins/quota/ |
H A D | quota-maildir.c | 266 dotlock_settings.nfs_flush = set->mail_nfs_storage; 552 if (dotlock_settings.nfs_flush) {
|
/dovecot/src/lib-storage/index/mbox/ |
H A D | mbox-lock.c | 414 set.nfs_flush = mbox->storage->storage.set->mail_nfs_storage;
|
/dovecot/src/pop3/ |
H A D | pop3-client.c | 364 dotlock_set.nfs_flush = mail_set->mail_nfs_storage;
|
/dovecot/src/plugins/fts-squat/ |
H A D | squat-trie.c | 147 trie->dotlock_set.nfs_flush = (flags & SQUAT_INDEX_FLAG_NFS_FLUSH) != 0;
|