Searched refs:bytesinfile (Results 1 – 2 of 2) sorted by relevance
653 off_t bytesinfile; in ffs_read() local705 if ((bytesinfile = ip->i_size - uio->uio_offset) <= 0) in ffs_read()733 if (bytesinfile < xfersize) in ffs_read()734 xfersize = bytesinfile; in ffs_read()1067 off_t bytesinfile; in ffs_extread() local1088 if ((bytesinfile = dp->di_extsize - uio->uio_offset) <= 0) in ffs_extread()1116 if (bytesinfile < xfersize) in ffs_extread()1117 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()