Searched refs:file_try_lock (Results 1 - 4 of 4) sorted by relevance
/dovecot/src/lib/ |
H A D | file-lock.h | 26 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 D | file-lock.c | 59 int file_try_lock(int fd, const char *path, int lock_type, function
|
/dovecot/src/lib-storage/index/dbox-common/ |
H A D | dbox-file.c | 318 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 D | fs-posix.c | 623 ret = file_try_lock(file->fd, file->full_path, F_WRLCK,
|
Completed in 11 milliseconds