Searched refs:blockbytes (Results 1 – 1 of 1) sorted by relevance
406 int blockbytes; /* Bytes left of file in full blocks */ in ffs_rawread() local436 blockbytes = (int) filebytes - partialbytes; in ffs_rawread()437 if (blockbytes > 0) { in ffs_rawread()439 blockbytes; in ffs_rawread()440 uio->uio_resid = blockbytes; in ffs_rawread()