Lines Matching refs:blockIndex

161 		uint64 blockIndex;
168 blockIndex = fDirectory->BlockIndex();
174 blockIndex = fDirectory->ParentDirectory();
179 fEntryName, nameLength, blockIndex);
198 buffer->d_ino = blockIndex;
265 uint64 blockIndex = fNode->AttributeDirectory();
266 if (blockIndex == 0) {
277 if (blockIndex == fAttributeDirectory->BlockIndex())
288 status_t error = fNode->GetVolume()->GetNode(blockIndex, node);
296 B_PRIu64 " is not a directory!\n", blockIndex,
441 uint64 blockIndex;
442 status_t error = directory->LookupEntry(name, blockIndex);
449 error = volume->GetNode(blockIndex, childNode);
465 error = directory->LookupEntry(name, blockIndex);
468 if (blockIndex != childNode->BlockIndex()) {
618 uint64 blockIndex;
619 error = directory->LookupEntry(name, blockIndex);
626 error = volume->GetNode(blockIndex, childNode);
739 uint64 blockIndex = node->AttributeDirectory();
742 if (blockIndex != 0) {
745 status_t error = node->GetVolume()->GetNode(blockIndex, attrDirNode);
753 B_PRIu64 " is not a directory!\n", blockIndex,
1004 uint64 blockIndex;
1007 blockIndex = directory->BlockIndex();
1009 blockIndex = directory->ParentDirectory();
1011 status_t error = directory->LookupEntry(name, blockIndex);
1018 error = volume->GetNode(blockIndex, childNode);
1022 *_id = blockIndex;
1302 uint64 blockIndex;
1303 status_t error = fromDirectory->LookupEntry(fromName, blockIndex);
1310 error = volume->GetNode(blockIndex, node);
1328 error = fromDirectory->LookupEntry(fromName, blockIndex);
1331 if (blockIndex != node->BlockIndex()) {
1976 uint64 blockIndex;
1977 error = attributeDirectory->LookupEntry(name, blockIndex);
1981 error = volume->GetNode(blockIndex, cookie->attribute);
2150 uint64 blockIndex;
2151 error = attributeDirectory->LookupEntry(name, blockIndex);
2157 error = volume->GetNode(blockIndex, attribute);