Searched refs:file_try_lock (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/lib/
H A Dfile-lock.h26 int file_try_lock(int fd, const char *path, int lock_type,
29 /* Like file_try_lock(), but return the error message as a string instead
47 The result is the same as file_unlock() + file_try_lock(). */
H A Dfile-lock.c59 int file_try_lock(int fd, const char *path, int lock_type, function
/dovecot/src/lib-storage/index/dbox-common/
H A Ddbox-file.c318 ret = file_try_lock(file->fd, file->cur_path, F_WRLCK,
322 "file_try_lock(%s) failed: %m", file->cur_path);
/dovecot/src/lib-fs/
H A Dfs-posix.c623 ret = file_try_lock(file->fd, file->full_path, F_WRLCK,

Completed in 11 milliseconds