Home
last modified time | relevance | path

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

/src/sys/ufs/ffs/
H A Dffs_rawread.c407 int partialbytes; /* Bytes in last partial block */ in ffs_rawread() local
434 partialbytes = ((unsigned int) ip->i_size) % in ffs_rawread()
436 blockbytes = (int) filebytes - partialbytes; in ffs_rawread()