Lines Matching defs:lock
12 #include "mbox-lock.h"
98 const char *const *lock;
101 for (lock = t_strsplit(str, " "), dest = 0; *lock != NULL; lock++) {
103 if (strcasecmp(*lock, lock_data[type].name) == 0) {
109 i_fatal("%s: Invalid value %s", env, *lock);
111 i_fatal("%s: Support for lock type %s "
112 "not compiled into binary", env, *lock);
117 i_fatal("%s: Duplicated value %s", env, *lock);
146 i_fatal("mbox read/write lock list settings are invalid. "
227 /* we couldn't get fd lock -
268 - create *.lock files to any directory writable by the
499 /* non-blocking lock trying failed */
562 /* non-blocking lock trying failed */
630 /* non-blocking lock trying failed */
714 /* read-only mbox stream. no need to lock. */
728 /* dropping to shared lock. first drop those that we
755 /* dropping to shared lock: drop the locks that are only
789 (copy, move, catenate). we need to write lock the mailbox,
790 since we can't later upgrade a read lock to write lock. */
849 /* dropping exclusive lock */
854 /* drop to shared lock */
861 /* dropping shared lock */