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

/dovecot/src/lib-fs/
H A Dfs-posix.c278 static int fs_posix_open(struct posix_fs_file *file) function
385 if (fs_posix_open(file) < 0)
527 if (fs_posix_open(file) < 0)
566 } else if (file->fd == -1 && fs_posix_open(file) < 0) {

Completed in 13 milliseconds