Searched defs:lock_secs (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib-index/ |
H A D | mail-transaction-log.c | 481 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 D | index-mailbox-size.c | 123 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 D | mail-user.c | 566 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 D | mail-storage.c | 3022 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 24 milliseconds