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

/freebsd-current/sys/ufs/ffs/
H A Dffs_rawread.c412 int blockbytes; /* Bytes left of file in full blocks */ local
442 blockbytes = (int) filebytes - partialbytes;
443 if (blockbytes > 0) {
445 blockbytes;
446 uio->uio_resid = blockbytes;

Completed in 113 milliseconds