Searched defs:blockIndex (Results 1 - 16 of 16) sorted by last modified time

/haiku/src/apps/charactermap/
H A DCharacterView.cpp123 CharacterView::ScrollToBlock(int32 blockIndex) argument
[all...]
H A DUnicodeBlockView.cpp15 BlockListItem::BlockListItem(const char* label, uint32 blockIndex) argument
156 int32 blockIndex = IndexOf(block); local
[all...]
/haiku/src/system/kernel/vm/
H A DVMAnonymousCache.cpp122 off_t blockIndex = key.page_index >> SWAP_BLOCK_SHIFT; local
532 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; local
655 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; local
1086 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; local
1110 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; local
1136 swap_addr_t blockIndex = pageIndex & SWAP_BLOCK_MASK; local
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.cpp433 Volume::_GroupDescriptorBlock(uint32 blockIndex) argument
527 int32 blockIndex = index / fGroupsPerBlock; local
[all...]
/haiku/src/system/boot/loader/file_systems/tarfs/
H A Dtarfs.cpp679 int blockIndex = 0; local
/haiku/src/tests/system/kernel/file_corruption/fs/
H A Dchecksumfs.cpp161 uint64 blockIndex; local
265 uint64 blockIndex = fNode->AttributeDirectory(); local
441 uint64 blockIndex; local
618 uint64 blockIndex; local
739 uint64 blockIndex = node->AttributeDirectory(); local
1004 uint64 blockIndex; local
1302 uint64 blockIndex; local
1976 uint64 blockIndex; local
2150 uint64 blockIndex; local
[all...]
H A DBlockAllocator.cpp375 uint32 blockIndex = base / kBlocksPerBitmapBlock % kBitmapBlocksPerGroup; local
638 uint32 blockIndex = base / kBlocksPerBitmapBlock % kBitmapBlocksPerGroup; local
[all...]
H A DVolume.cpp265 Volume::GetNode(uint64 blockIndex, Node*& _node) argument
293 Volume::ReadNode(uint64 blockIndex, Node*& _node) argument
384 uint64 blockIndex = node->BlockIndex(); local
[all...]
H A DBlock.cpp31 Block::GetReadable(Volume* volume, uint64 blockIndex) argument
41 Block::GetWritable(Volume* volume, uint64 blockIndex, Transaction& transaction) argument
57 Block::GetZero(Volume* volume, uint64 blockIndex, Transaction& transaction) argument
111 _Init(Volume* volume, uint64 blockIndex, const void* data, Transaction* transaction) argument
[all...]
H A DDirectory.cpp591 uint64 blockIndex = entryBlock.BlockIndexAt(index); local
752 DirEntryTree::InsertEntry(const char* name, uint64 blockIndex, argument
276 InsertEntry(int32 index, const char* name, size_t nameLength, uint64 blockIndex) argument
1104 _UpdateOrInsertKey(LevelInfo* infos, int32 level, const char* name, size_t nameLength, uint64 blockIndex, bool insertKey, Transaction& transaction) argument
[all...]
H A DFile.cpp63 File::File(Volume* volume, uint64 blockIndex, const checksumfs_node& nodeData) argument
336 uint64 blockIndex = BlockIndex(); local
529 uint64 blockIndex = infos[level].blockData[infos[level].childCount - 1]; local
570 uint64 blockIndex = infos[0].blockData[0]; local
683 uint64 blockIndex = allocatedBlock.Index(); local
[all...]
H A DNode.cpp28 Node::Node(Volume* volume, uint64 blockIndex, const checksumfs_node& nodeData) argument
75 Node::SetBlockIndex(uint64 blockIndex) argument
155 Node::SetParentDirectory(uint32 blockIndex) argument
163 Node::SetAttributeDirectory(uint32 blockIndex) argument
H A DSymLink.cpp19 SymLink::SymLink(Volume* volume, uint64 blockIndex, argument
H A DTransaction.cpp289 Transaction::RegisterBlock(uint64 blockIndex) argument
330 Transaction::PutBlock(uint64 blockIndex, const void* data) argument
[all...]
/haiku/src/tests/system/kernel/file_corruption/driver/
H A Dchecksum_device.cpp74 uint64 blockIndex; member in struct:CheckSumBlock
117 status_t GetCheckSum(uint64 blockIndex, CheckSum& checkSum) argument
[all...]
H A Dchecksum_device.h21 uint64 blockIndex; member in struct:checksum_device_ioctl_check_sum

Completed in 185 milliseconds