Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInodeAllocator.cpp184 InodeAllocator::_MarkInBitmap(Transaction& transaction, fsblock_t bitmapBlock, in _MarkInBitmap() argument
189 if (!inodeBitmap.SetToWritable(transaction, bitmapBlock)) { in _MarkInBitmap()
191 ") for block group %" B_PRIu32 "\n", bitmapBlock, blockGroup); in _MarkInBitmap()
202 bitmapBlock, numInodes); in _MarkInBitmap()
208 "\n", pos, bitmapBlock); in _MarkInBitmap()
219 InodeAllocator::_UnmarkInBitmap(Transaction& transaction, fsblock_t bitmapBlock, in _UnmarkInBitmap() argument
224 if (!inodeBitmap.SetToWritable(transaction, bitmapBlock)) { in _UnmarkInBitmap()
226 bitmapBlock); in _UnmarkInBitmap()
233 B_PRIu64 "\n", pos, bitmapBlock); in _UnmarkInBitmap()
245 fsblock_t bitmapBlock, uint32 numInodes) in _InitGroup() argument
[all …]
H A DInodeAllocator.h39 fsblock_t bitmapBlock, uint32 blockGroup,
42 fsblock_t bitmapBlock, uint32 numInodes, ino_t id,
45 ext2_block_group* group, fsblock_t bitmapBlock,
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp1290 uint32 bitmapBlock = start / (fVolume->BlockSize() << 3); in CheckBlocks() local
1293 uint32 groupBlock = bitmapBlock % fBlocksPerGroup; in CheckBlocks()