Searched refs:splitfs_read (Results 1 – 1 of 1) sorted by relevance
| /freebsd/stand/libsa/ |
| H A D | splitfs.c | 47 static int splitfs_read(struct open_file *f, void *buf, size_t size, size_t *resid); 56 .fo_read = splitfs_read, 191 splitfs_read(struct open_file *f, void *buf, size_t size, size_t *resid) in splitfs_read() function 274 errno = splitfs_read(f, tmp, min(seek_by, SEEK_BUF), &resid); in splitfs_seek()
|