BLOCKSIZE          67 user/sbin/mksfs/disk.c 	nblocks = statbuf.st_size / BLOCKSIZE;
BLOCKSIZE          97 user/sbin/mksfs/disk.c 	return BLOCKSIZE;
BLOCKSIZE         121 user/sbin/mksfs/disk.c 	if (lseek(fd, block*BLOCKSIZE, SEEK_SET)<0) {
BLOCKSIZE         125 user/sbin/mksfs/disk.c 	while (tot < BLOCKSIZE) {
BLOCKSIZE         126 user/sbin/mksfs/disk.c 		len = write(fd, cdata + tot, BLOCKSIZE - tot);
BLOCKSIZE         154 user/sbin/mksfs/disk.c 	if (lseek(fd, block*BLOCKSIZE, SEEK_SET)<0) {
BLOCKSIZE         158 user/sbin/mksfs/disk.c 	while (tot < BLOCKSIZE) {
BLOCKSIZE         159 user/sbin/mksfs/disk.c 		len = read(fd, cdata + tot, BLOCKSIZE - tot);