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

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCheckVisitor.h72 uint32* fCheckBitmap; member in class:CheckVisitor
H A DCheckVisitor.cpp35 fCheckBitmap(NULL)
42 free(fCheckBitmap);
57 fCheckBitmap = (uint32*)malloc(size);
58 if (fCheckBitmap == NULL) {
67 memset(fCheckBitmap, 0, size);
100 if ((compare & fCheckBitmap[i]) != 0)
149 (uint8*)fCheckBitmap + i * blockSize, blocksToWrite);
443 return BFS_ENDIAN_TO_HOST_INT32(fCheckBitmap[index])
456 fCheckBitmap[index] |= HOST_ENDIAN_TO_BFS_INT32(1UL << (block & 0x1f));

Completed in 35 milliseconds