Searched refs:fs_read (Results 1 - 6 of 6) sorted by relevance

/dovecot/src/lib-fs/
H A Dtest-fs-posix.c57 count = fs_read(file, buf, 1);
75 count = fs_read(file, buf, 2);
H A Dfs-wrapper.c58 return fs_read(file->parent, buf, size);
H A Dfs-metawrap.c183 if (fs_read(_file, &c, 1) < 0)
221 return fs_read(_file->parent, buf, size);
H A Dfs-api.h77 Asynchronous reads: fs_read() will fail with EAGAIN if it's not
159 /* Number of fs_prefetch() calls. Counted only if fs_read*() hasn't
163 /* Number of fs_read*() calls. Counted only if fs_prefetch() hasn't
167 fs_read*() nor fs_prefetch() has been called for the file. */
269 ssize_t fs_read(struct fs_file *file, void *buf, size_t size);
H A Dfs-randomfail.c312 ret = fs_read(_file->parent, buf, size);
H A Dfs-api.c575 ssize_t fs_read(struct fs_file *file, void *buf, size_t size) function

Completed in 32 milliseconds