Searched refs:nfs_safe_open (Results 1 - 11 of 11) sorted by relevance
/dovecot/src/lib/ |
H A D | nfs-workarounds.h | 12 int nfs_safe_open(const char *path, int flags);
|
H A D | nfs-workarounds.c | 80 int nfs_safe_open(const char *path, int flags) function
|
/dovecot/src/lib-storage/list/ |
H A D | subscription-file.c | 175 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 D | mail-transaction-log-file.c | 729 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 D | mail-cache-compress.c | 395 fd = nfs_safe_open(cache->filepath, O_RDONLY);
|
H A D | mail-cache.c | 134 cache->fd = nfs_safe_open(cache->filepath,
|
H A D | mail-index.c | 525 index->fd = nfs_safe_open(index->filepath, O_RDWR);
|
/dovecot/src/lib-storage/index/maildir/ |
H A D | maildir-uidlist.c | 712 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 D | maildir-mail.c | 26 ctx->fd = nfs_safe_open(path, O_RDONLY);
|
/dovecot/src/plugins/acl/ |
H A D | acl-backend-vfile.c | 326 fd = nfs_safe_open(path, O_RDONLY);
|
/dovecot/src/plugins/quota/ |
H A D | quota-maildir.c | 537 root->fd = nfs_safe_open(root->maildirsize_path, O_RDWR | O_APPEND);
|
Completed in 43 milliseconds