Home
last modified time | relevance | path

Searched refs:bytesinfile (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/sys/ufs/ext2fs/
H A Dext2fs_readwrite.c159 off_t bytesinfile; in ext2fs_bufrd()
186 bytesinfile = ext2fs_size(ip) - uio->uio_offset; in ext2fs_bufrd()
187 if (bytesinfile <= 0) in ext2fs_bufrd()
196 if (bytesinfile < xfersize) in ext2fs_bufrd()
197 xfersize = bytesinfile; in ext2fs_bufrd()
158 off_t bytesinfile; ext2fs_bufrd() local
/netbsd-src/sys/ufs/lfs/
H A Dulfs_readwrite.c128 off_t bytesinfile; in BUFRD() local
157 bytesinfile = ip->i_size - uio->uio_offset; in BUFRD()
158 if (bytesinfile <= 0) in BUFRD()
165 bytesinfile); in BUFRD()
/netbsd-src/sys/ufs/ufs/
H A Dufs_readwrite.c132 off_t bytesinfile; in BUFRD()
160 bytesinfile = ip->i_size - uio->uio_offset; in BUFRD()
161 if (bytesinfile <= 0) in BUFRD()
168 bytesinfile); in BUFRD()
130 off_t bytesinfile; BUFRD() local
/netbsd-src/sys/ufs/ffs/
H A Dffs_extattr.c144 off_t bytesinfile; in ffs_extread() local
165 if ((bytesinfile = dp->di_extsize - uio->uio_offset) <= 0) in ffs_extread()
193 if (bytesinfile < xfersize) in ffs_extread()
194 xfersize = bytesinfile; in ffs_extread()
H A Dffs_snapshot.c2076 off_t fsbytes, bytesinfile; in ffs_snapshot_read() local
2087 bytesinfile = fsbytes - uio->uio_offset; in ffs_snapshot_read()
2088 if (bytesinfile <= 0) in ffs_snapshot_read()
2095 bytesinfile); in ffs_snapshot_read()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_vnops.c628 off_t bytesinfile; in chfs_read() local
688 bytesinfile = ip->size - uio->uio_offset; in chfs_read()
689 if (bytesinfile <= 0) in chfs_read()
696 bytesinfile); in chfs_read()