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

/dovecot/src/plugins/quota/
H A Dquota-maildir.c27 const char *maildirsize_path; member in struct:maildir_quota_root
359 if (unlink(root->maildirsize_path) < 0 &&
361 i_error("unlink(%s) failed: %m", root->maildirsize_path);
369 if ((ret = maildirsize_write(root, root->maildirsize_path)) < 0)
535 i_close_fd_path(&root->fd, root->maildirsize_path);
537 root->fd = nfs_safe_open(root->maildirsize_path, O_RDWR | O_APPEND);
542 "open(%s) failed: %m", root->maildirsize_path);
553 nfs_flush_file_handle_cache(root->maildirsize_path);
554 nfs_flush_attr_cache_unlocked(root->maildirsize_path);
560 if (stat(root->maildirsize_path,
[all...]

Completed in 11 milliseconds