Searched defs:lock_secs (Results 1 - 4 of 4) 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/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
/dovecot/src/lib-storage/
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.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

Completed in 43 milliseconds