Lines Matching defs:bytecnt
520 u_offset_t bytecnt = 0;
555 bytecnt = diff % (unsigned)(sblock->fs_bsize);
557 byteoff = bytecnt % (off_t)(sblock->fs_fsize);
559 tpblkoff = d_howmany(bytecnt,
562 fragoff = bytecnt / (off_t)(sblock->fs_fsize);
563 bytecnt = (unsigned)(sblock->fs_bsize) - bytecnt;
598 bytecnt = MIN(bytes, bytecnt ?
599 bytecnt : (unsigned)(sblock->fs_bsize));
605 /* LINTED: bytecnt fits into 32 bits */
606 (size_t)bytecnt, byteoff);
609 bytes -= bytecnt;
611 j += d_howmany(bytecnt, (u_offset_t)tp_bsize);
612 bytecnt = MIN(bytes, (unsigned)(sblock->fs_bsize));
617 bytecnt = 0;