Searched refs:bytesinfile (Results 1 – 2 of 2) sorted by relevance
658 off_t bytesinfile; in ffs_read() local710 if ((bytesinfile = ip->i_size - uio->uio_offset) <= 0) in ffs_read()738 if (bytesinfile < xfersize) in ffs_read()739 xfersize = bytesinfile; in ffs_read()1072 off_t bytesinfile; in ffs_extread() local1093 if ((bytesinfile = dp->di_extsize - uio->uio_offset) <= 0) in ffs_extread()1121 if (bytesinfile < xfersize) in ffs_extread()1122 xfersize = bytesinfile; in ffs_extread()
2036 off_t bytesinfile; in ext2_read() local2070 if ((bytesinfile = ip->i_size - uio->uio_offset) <= 0) in ext2_read()2080 if (bytesinfile < xfersize) in ext2_read()2081 xfersize = bytesinfile; in ext2_read()