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

/dovecot/src/lib-index/
H A Dmail-transaction-log.c481 time_t lock_wait_started, lock_secs = 0; local
511 lock_secs = file->lock_created - lock_wait_started;
524 if (lock_secs > MAIL_TRANSACTION_LOG_LOCK_WARN_SECS) {
526 log->head->filepath, (long)lock_secs, lock_reason);
/dovecot/src/lib-storage/
H A Dmail-user.h166 /* Returns 1 on success, 0 if lock_secs is reached, -1 on error */
168 unsigned int lock_secs,
H A Dmail-user.c566 unsigned int lock_secs,
587 .lock_timeout_secs = lock_secs,
565 mail_user_lock_file_create(struct mail_user *user, const char *lock_fname, unsigned int lock_secs, struct file_lock **lock_r, const char **error_r) argument
H A Dmail-storage-private.h833 unsigned int lock_secs, struct file_lock **lock_r,
H A Dmail-storage.c3022 unsigned int lock_secs, struct file_lock **lock_r,
3032 mail_storage_get_lock_timeout(box->storage, lock_secs);
3021 mailbox_lock_file_create(struct mailbox *box, const char *lock_fname, unsigned int lock_secs, struct file_lock **lock_r, const char **error_r) argument
/dovecot/src/lib-storage/index/
H A Dindex-mailbox-size.c123 unsigned int lock_secs)
136 ret = mailbox_lock_file_create(box, VSIZE_LOCK_SUFFIX, lock_secs,
140 them. Especially when lock_secs is 0. */
122 vsize_update_lock_full(struct mailbox_vsize_update *update, unsigned int lock_secs) argument

Completed in 58 milliseconds