Home
last modified time | relevance | path

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

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