Searched refs:totread (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/stand/libsa/ |
| HD | splitfs.c | 193 size_t totread; in splitfs_read() local 197 totread = 0; in splitfs_read() 199 nread = read(sf->curfd, buf, size - totread); in splitfs_read() 207 totread += nread; in splitfs_read() 210 if (totread < size) { /* EOF */ in splitfs_read() 223 } while (totread < size); in splitfs_read() 226 *resid = size - totread; in splitfs_read()
|
| /freebsd-14-stable/sys/kern/ |
| HD | vfs_cluster.c | 93 struct ucred *cred, long totread, int seqcount, int gbflags, in cluster_read() argument 193 if (minread > totread) in cluster_read() 194 totread = minread; in cluster_read() 200 if (firstread + totread > filesize) in cluster_read() 201 totread = filesize - firstread; in cluster_read() 202 nblks = howmany(totread, size); in cluster_read()
|
| /freebsd-14-stable/sys/fs/fuse/ |
| HD | fuse_io.c | 179 long totread = uio->uio_resid + on; in fuse_read_biobackend() local 183 totread, seqcount, 0, &bp); in fuse_read_biobackend()
|