Searched refs:bytesinfile (Results 1 – 6 of 6) sorted by relevance
159 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
128 off_t bytesinfile; in BUFRD() local157 bytesinfile = ip->i_size - uio->uio_offset; in BUFRD()158 if (bytesinfile <= 0) in BUFRD()165 bytesinfile); in BUFRD()
132 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
144 off_t bytesinfile; in ffs_extread() local165 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()
2076 off_t fsbytes, bytesinfile; in ffs_snapshot_read() local2087 bytesinfile = fsbytes - uio->uio_offset; in ffs_snapshot_read()2088 if (bytesinfile <= 0) in ffs_snapshot_read()2095 bytesinfile); in ffs_snapshot_read()
628 off_t bytesinfile; in chfs_read() local688 bytesinfile = ip->size - uio->uio_offset; in chfs_read()689 if (bytesinfile <= 0) in chfs_read()696 bytesinfile); in chfs_read()