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

/freebsd-current/sys/ufs/ffs/
H A Dffs_rawread.c413 int partialbytes; /* Bytes in last partial block */ local
440 partialbytes = ((unsigned int) ip->i_size) %
442 blockbytes = (int) filebytes - partialbytes;

Completed in 124 milliseconds