BlockIndex
fCharacterView->ScrollToBlock(item->BlockIndex());
uint32 BlockIndex() const { return fBlockIndex; }
block = fNode.DataBlock(BlockIndex(offset));
block = fBlock.DataBlock(BlockIndex(offset));
int32 BlockIndex(off_t offset) const;
return _Check(0, fDirectory->BlockIndex(), NULL, 0, entryBlock);
fDirectory->BlockIndex())) {
fDirectory->BlockIndex(), transaction)) {
status_t error = allocatedBlock.Allocate(fDirectory->BlockIndex());
status_t error = allocatedBlock.Allocate(fDirectory->BlockIndex());
"\n", BlockIndex());
BlockIndex());
"directory at %" B_PRIu64 "\n", blockIndex, BlockIndex());
"directory at %" B_PRIu64 "\n", BlockIndex());
"\n", BlockIndex());
"directory at %" B_PRIu64 "\n", BlockIndex());
level == 0 ? fDirectory->BlockIndex() : info.block.Index(),
level == 0 ? fDirectory->BlockIndex() : info.block.Index(),
B_PRIu64 "\n", BlockIndex());
BlockIndex());
B_PRIu64 "\n", BlockIndex());
uint64 blockIndex = BlockIndex();
if (!infos[0].block.GetWritable(GetVolume(), BlockIndex(), transaction))
if (!rootBlock.GetWritable(GetVolume(), BlockIndex(), transaction))
status_t error = allocatedBlock.Allocate(BlockIndex());
status_t error = allocatedBlock.Allocate(BlockIndex());
fFileMap = file_map_create(GetVolume()->ID(), BlockIndex(), Size());
fFileCache = file_cache_create(GetVolume()->ID(), BlockIndex(), Size());
BlockIndex());
inline uint64 BlockIndex() const { return fBlockIndex; }
notify_attribute_changed(fNode->GetVolume()->ID(), fNode->BlockIndex(),
fDirectory->BlockIndex(), fName, fNode->BlockIndex());
fDirectory->BlockIndex(), fName, fNode->BlockIndex());
fFromDirectory->BlockIndex(), fFromName, fToDirectory->BlockIndex(),
fToName, fNode->BlockIndex());
notify_stat_changed(fNode->GetVolume()->ID(), fNode->BlockIndex(),
rootDir = volume->RootDirectory()->BlockIndex();
if (!block.GetReadable(GetVolume(), BlockIndex()))
if (!block.GetWritable(GetVolume(), BlockIndex(), transaction))
if (a->BlockIndex() <= b->BlockIndex())
return new_vnode(fFSVolume, node->BlockIndex(), node, &gCheckSumFSVnodeOps);
return publish_vnode(fFSVolume, node->BlockIndex(), node,
return put_vnode(fFSVolume, node->BlockIndex());
return remove_vnode(fFSVolume, node->BlockIndex());
return unremove_vnode(fFSVolume, node->BlockIndex());
uint64 blockIndex = node->BlockIndex();
error = fBlockAllocator->Free(node->BlockIndex(), 1, transaction);
blockIndex = directory->BlockIndex();
error = directory->InsertEntry(name, newSymLink->BlockIndex(), transaction);
error = directory->InsertEntry(name, node->BlockIndex(), transaction);
if (blockIndex != node->BlockIndex()) {
error = toDirectory->InsertEntry(toName, node->BlockIndex(), transaction);
node->SetParentDirectory(toDirectory->BlockIndex());
*_newVnodeID = node->BlockIndex();
blockIndex = fDirectory->BlockIndex();
error = directory->InsertEntry(name, newDirectory->BlockIndex(),
newDirectory->SetParentDirectory(directory->BlockIndex());
if (blockIndex == fAttributeDirectory->BlockIndex())
fNode->BlockIndex());
if (blockIndex != childNode->BlockIndex()) {
error = directory->InsertEntry(name, newFile->BlockIndex(), transaction);
newFile->SetParentDirectory(directory->BlockIndex());
node->BlockIndex());
attributeDirectory->SetParentDirectory(node->BlockIndex());
node->SetAttributeDirectory(attributeDirectory->BlockIndex());
*_rootVnodeID = volume->RootDirectory()->BlockIndex();