Searched refs:bytesinfile (Results 1 – 2 of 2) sorted by relevance
655 off_t bytesinfile; in ffs_read() local707 if ((bytesinfile = ip->i_size - uio->uio_offset) <= 0) in ffs_read()735 if (bytesinfile < xfersize) in ffs_read()736 xfersize = bytesinfile; in ffs_read()1069 off_t bytesinfile; in ffs_extread() local1090 if ((bytesinfile = dp->di_extsize - uio->uio_offset) <= 0) in ffs_extread()1118 if (bytesinfile < xfersize) in ffs_extread()1119 xfersize = bytesinfile; in ffs_extread()
2033 off_t bytesinfile; in ext2_read() local2067 if ((bytesinfile = ip->i_size - uio->uio_offset) <= 0) in ext2_read()2077 if (bytesinfile < xfersize) in ext2_read()2078 xfersize = bytesinfile; in ext2_read()