Home
last modified time | relevance | path

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

/sbin/newfs_o2fs/
Dnewfs_o2fs.c22 char tempbuf[MAXBLOCKSIZE]; variable
145 int len = read(fd, tempbuf, blockSize); in AddFile()
155 node.direct[i].offset = AppendBlock(tempbuf, len); in AddFile()
253 memset(tempbuf, 0, MAXBLOCKSIZE); in BlockBitmap()
258 tempbuf[i] = 0xFF; in BlockBitmap()
261 tempbuf[off / 8] |= 1 << i; in BlockBitmap()
265 FlushBlock(blockSize + (blockSize * i), tempbuf + (blockSize * i), blockSize); in BlockBitmap()