Searched refs:nfs_safe_open (Results 1 - 11 of 11) sorted by relevance

/dovecot/src/lib/
H A Dnfs-workarounds.h12 int nfs_safe_open(const char *path, int flags);
H A Dnfs-workarounds.c80 int nfs_safe_open(const char *path, int flags) function
/dovecot/src/lib-storage/list/
H A Dsubscription-file.c175 fd_in = nfs_safe_open(path, O_RDONLY);
276 fd = nfs_safe_open(path, O_RDONLY);
359 fd = nfs_safe_open(ctx->path, O_RDONLY);
/dovecot/src/lib-index/
H A Dmail-transaction-log-file.c729 fd = nfs_safe_open(file->filepath, O_RDWR | O_APPEND);
902 file->fd = nfs_safe_open(file->filepath,
905 file->fd = nfs_safe_open(file->filepath, O_RDONLY);
908 file->fd = nfs_safe_open(file->filepath, O_RDONLY);
H A Dmail-cache-compress.c395 fd = nfs_safe_open(cache->filepath, O_RDONLY);
H A Dmail-cache.c134 cache->fd = nfs_safe_open(cache->filepath,
H A Dmail-index.c525 index->fd = nfs_safe_open(index->filepath, O_RDWR);
/dovecot/src/lib-storage/index/maildir/
H A Dmaildir-uidlist.c712 fd = nfs_safe_open(uidlist->path, O_RDWR);
714 fd = nfs_safe_open(uidlist->path, O_RDONLY);
932 uidlist->fd = nfs_safe_open(uidlist->path, O_RDWR);
934 uidlist->fd = nfs_safe_open(uidlist->path, O_RDONLY);
H A Dmaildir-mail.c26 ctx->fd = nfs_safe_open(path, O_RDONLY);
/dovecot/src/plugins/acl/
H A Dacl-backend-vfile.c326 fd = nfs_safe_open(path, O_RDONLY);
/dovecot/src/plugins/quota/
H A Dquota-maildir.c537 root->fd = nfs_safe_open(root->maildirsize_path, O_RDWR | O_APPEND);

Completed in 43 milliseconds