Searched defs:lock_type_str (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dfile-lock.c174 const char *lock_type_str; local
185 lock_type_str = lock_type == F_UNLCK ? "unlock" :
216 "(File is already locked)", path, lock_type_str);
225 path, lock_type_str, timeout_secs,
230 path, lock_type_str, timeout_secs == 0 ? "F_SETLK" : "F_SETLKW");
269 "(File is already locked)", path, lock_type_str);
276 path, lock_type_str, timeout_secs,
281 path, lock_type_str);

Completed in 809 milliseconds