BLKSIZE
blocksize = BLKSIZE;
filesize = BLKSIZE * 2;
blocksize = BLKSIZE;
filesize = BLKSIZE * 2;
cur_bytes = (value) * BLKSIZE;
cur_bytes = (NDADDR - 1) * BLKSIZE;
temp *= NINDIR(fs) * BLKSIZE;
if ((nbytes = write(fd, sbptr, BLKSIZE)) != BLKSIZE) {
if ((nbytes = read(fd, bp->blkaddr, BLKSIZE)) != BLKSIZE) {
if ((nbytes = write(fd, sbptr, BLKSIZE)) != BLKSIZE) {
buffers = malloc(NBUF * BLKSIZE);
bp->blkaddr = buffers + (i * BLKSIZE);
count = BLKSIZE;
if (ftruncate(fd, bhp->bh_size + BLKSIZE) == -1) {
bhp->bh_size += BLKSIZE;
int init_size = sizeof (bindhead) + BLKSIZE;
if ((nbytes = read(P->asfd, buf, 2*BLKSIZE)) <= 0)
if (nbytes < BLKSIZE)
n2bytes = nbytes - BLKSIZE;
nbytes = BLKSIZE;
&buf[BLKSIZE / sizeof (buf[0])],
if (nbytes == BLKSIZE &&
offset + BLKSIZE < endoff)
&buf[BLKSIZE / sizeof (buf[0])],
BLKSIZE);
uint32_t buf[2 * BLKSIZE / sizeof (uint32_t)]; /* text buffer */