Home
last modified time | relevance | path

Searched refs:blockbytes (Results 1 – 1 of 1) sorted by relevance

/src/sys/ufs/ffs/
H A Dffs_rawread.c406 int blockbytes; /* Bytes left of file in full blocks */ in ffs_rawread() local
436 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()