Symbol: BlockIndex
src/apps/charactermap/CharacterWindow.cpp
324
fCharacterView->ScrollToBlock(item->BlockIndex());
src/apps/charactermap/UnicodeBlockView.h
18
uint32 BlockIndex() const { return fBlockIndex; }
src/system/boot/loader/file_systems/amiga_ffs/File.cpp
134
block = fNode.DataBlock(BlockIndex(offset));
src/system/boot/loader/file_systems/amiga_ffs/File.cpp
136
block = fBlock.DataBlock(BlockIndex(offset));
src/system/boot/loader/file_systems/amiga_ffs/File.cpp
30
int32 BlockIndex(off_t offset) const;
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1058
return _Check(0, fDirectory->BlockIndex(), NULL, 0, entryBlock);
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1066
fDirectory->BlockIndex())) {
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1078
fDirectory->BlockIndex(), transaction)) {
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1362
status_t error = allocatedBlock.Allocate(fDirectory->BlockIndex());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1415
status_t error = allocatedBlock.Allocate(fDirectory->BlockIndex());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1554
"\n", BlockIndex());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1559
BlockIndex());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1565
"directory at %" B_PRIu64 "\n", blockIndex, BlockIndex());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1576
"directory at %" B_PRIu64 "\n", BlockIndex());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1583
"\n", BlockIndex());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
1589
"directory at %" B_PRIu64 "\n", BlockIndex());
src/tests/system/kernel/file_corruption/fs/Directory.cpp
796
level == 0 ? fDirectory->BlockIndex() : info.block.Index(),
src/tests/system/kernel/file_corruption/fs/Directory.cpp
886
level == 0 ? fDirectory->BlockIndex() : info.block.Index(),
src/tests/system/kernel/file_corruption/fs/File.cpp
117
B_PRIu64 "\n", BlockIndex());
src/tests/system/kernel/file_corruption/fs/File.cpp
124
BlockIndex());
src/tests/system/kernel/file_corruption/fs/File.cpp
131
B_PRIu64 "\n", BlockIndex());
src/tests/system/kernel/file_corruption/fs/File.cpp
336
uint64 blockIndex = BlockIndex();
src/tests/system/kernel/file_corruption/fs/File.cpp
499
if (!infos[0].block.GetWritable(GetVolume(), BlockIndex(), transaction))
src/tests/system/kernel/file_corruption/fs/File.cpp
611
if (!rootBlock.GetWritable(GetVolume(), BlockIndex(), transaction))
src/tests/system/kernel/file_corruption/fs/File.cpp
628
status_t error = allocatedBlock.Allocate(BlockIndex());
src/tests/system/kernel/file_corruption/fs/File.cpp
679
status_t error = allocatedBlock.Allocate(BlockIndex());
src/tests/system/kernel/file_corruption/fs/File.cpp
94
fFileMap = file_map_create(GetVolume()->ID(), BlockIndex(), Size());
src/tests/system/kernel/file_corruption/fs/File.cpp
99
fFileCache = file_cache_create(GetVolume()->ID(), BlockIndex(), Size());
src/tests/system/kernel/file_corruption/fs/Node.cpp
102
BlockIndex());
src/tests/system/kernel/file_corruption/fs/Node.h
52
inline uint64 BlockIndex() const { return fBlockIndex; }
src/tests/system/kernel/file_corruption/fs/Notifications.cpp
115
notify_attribute_changed(fNode->GetVolume()->ID(), fNode->BlockIndex(),
src/tests/system/kernel/file_corruption/fs/Notifications.cpp
30
fDirectory->BlockIndex(), fName, fNode->BlockIndex());
src/tests/system/kernel/file_corruption/fs/Notifications.cpp
51
fDirectory->BlockIndex(), fName, fNode->BlockIndex());
src/tests/system/kernel/file_corruption/fs/Notifications.cpp
75
fFromDirectory->BlockIndex(), fFromName, fToDirectory->BlockIndex(),
src/tests/system/kernel/file_corruption/fs/Notifications.cpp
76
fToName, fNode->BlockIndex());
src/tests/system/kernel/file_corruption/fs/Notifications.cpp
94
notify_stat_changed(fNode->GetVolume()->ID(), fNode->BlockIndex(),
src/tests/system/kernel/file_corruption/fs/SuperBlock.cpp
45
rootDir = volume->RootDirectory()->BlockIndex();
src/tests/system/kernel/file_corruption/fs/SymLink.cpp
56
if (!block.GetReadable(GetVolume(), BlockIndex()))
src/tests/system/kernel/file_corruption/fs/SymLink.cpp
84
if (!block.GetWritable(GetVolume(), BlockIndex(), transaction))
src/tests/system/kernel/file_corruption/fs/Transaction.cpp
23
if (a->BlockIndex() <= b->BlockIndex())
src/tests/system/kernel/file_corruption/fs/Volume.cpp
252
return new_vnode(fFSVolume, node->BlockIndex(), node, &gCheckSumFSVnodeOps);
src/tests/system/kernel/file_corruption/fs/Volume.cpp
259
return publish_vnode(fFSVolume, node->BlockIndex(), node,
src/tests/system/kernel/file_corruption/fs/Volume.cpp
274
return put_vnode(fFSVolume, node->BlockIndex());
src/tests/system/kernel/file_corruption/fs/Volume.cpp
281
return remove_vnode(fFSVolume, node->BlockIndex());
src/tests/system/kernel/file_corruption/fs/Volume.cpp
288
return unremove_vnode(fFSVolume, node->BlockIndex());
src/tests/system/kernel/file_corruption/fs/Volume.cpp
384
uint64 blockIndex = node->BlockIndex();
src/tests/system/kernel/file_corruption/fs/Volume.cpp
390
error = fBlockAllocator->Free(node->BlockIndex(), 1, transaction);
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1004
blockIndex = directory->BlockIndex();
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1200
error = directory->InsertEntry(name, newSymLink->BlockIndex(), transaction);
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1252
error = directory->InsertEntry(name, node->BlockIndex(), transaction);
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1328
if (blockIndex != node->BlockIndex()) {
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1370
error = toDirectory->InsertEntry(toName, node->BlockIndex(), transaction);
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1379
node->SetParentDirectory(toDirectory->BlockIndex());
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1556
*_newVnodeID = node->BlockIndex();
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
168
blockIndex = fDirectory->BlockIndex();
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1699
error = directory->InsertEntry(name, newDirectory->BlockIndex(),
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
1706
newDirectory->SetParentDirectory(directory->BlockIndex());
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
277
if (blockIndex == fAttributeDirectory->BlockIndex())
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
297
fNode->BlockIndex());
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
468
if (blockIndex != childNode->BlockIndex()) {
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
665
error = directory->InsertEntry(name, newFile->BlockIndex(), transaction);
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
679
newFile->SetParentDirectory(directory->BlockIndex());
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
751
node->BlockIndex());
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
766
attributeDirectory->SetParentDirectory(node->BlockIndex());
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
768
node->SetAttributeDirectory(attributeDirectory->BlockIndex());
src/tests/system/kernel/file_corruption/fs/checksumfs.cpp
859
*_rootVnodeID = volume->RootDirectory()->BlockIndex();