Searched refs:BlockRun (Results 1 - 13 of 13) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DFileSystemVisitor.cpp150 fStack.Push(inode->BlockRun());
174 bool visitingCurrentDirectory = inode->BlockRun() == fCurrent;
181 fCurrent = inode->BlockRun();
227 fStack.Push(inode->BlockRun());
H A DCheckVisitor.cpp316 index->run = inode->BlockRun();
470 status_t status = _CheckAllocated(inode->BlockRun(), "inode");
718 GetVolume()->ToVnode(index->inode->BlockRun()));
H A DBlockAllocator.cpp960 // c) have BlockRun::Length() return (length + 1).
966 uint16 group = inode->BlockRun().AllocationGroup();
989 start = inode->BlockRun().Start();
992 group = inode->BlockRun().AllocationGroup() + 1;
H A DInode.h99 const block_run& BlockRun() const function in class:Inode
H A DVolume.cpp393 return fBlockAllocator.AllocateForInode(transaction, &parent->BlockRun(),
H A DInode.cpp2381 return fVolume->Free(transaction, BlockRun());
2626 block_run parentRun = parent ? parent->BlockRun() : block_run::Run(0, 0, 0);
H A Dkernel_interface.cpp1303 inode->Parent() = newDirectory->BlockRun();
/haiku/src/bin/bfs_tools/
H A Dbfswhich.cpp50 if (checkForBlockRunIntersection(inode->BlockRun(), checkForRun))
122 inode->BlockRun().allocation_group, inode->BlockRun().start,
123 inode->BlockRun().length, name);
172 directory->BlockRun().allocation_group,directory
173 ->BlockRun().start,
H A Drecover.cpp78 bool success = fHashtable.Put(&inode->BlockRun(), inode);
251 set->insert(node->BlockRun());
359 if (run == dir->BlockRun() || run == dir->Parent()
375 missing->SetParent(dir->BlockRun());
380 // printf("index directory (%ld, %d): \"%s\" is missing (%ld, %d, %d)\n",node->BlockRun().allocation_group,node->BlockRun().start,name,run.allocation_group,run.start,run.length);
382 // printf("index directory (%ld, %d): key is missing (%ld, %d, %d)\n",node->BlockRun().allocation_group,node->BlockRun().start,run.allocation_group,run.start,run.length);
389 dir->BlockRun().allocation_group,
390 dir->BlockRun()
[all...]
H A Dchkindex.cpp118 directory->Name(),directory->BlockRun().allocation_group,directory->BlockRun().start,
/haiku/src/bin/bfs_tools/lib/
H A DInode.h34 bool IsRoot() const { return BlockRun() == fDisk->Root(); }
41 { return fDisk->ToOffset(BlockRun()); }
42 off_t Block() const { return fDisk->ToBlock(BlockRun()); }
43 const block_run& BlockRun() const { return fBlockRun; } function in class:Inode
H A DInode.cpp966 sub << "__untitled " << BlockRun().allocation_group << ":"
967 << (int32)BlockRun().start;
970 printf("%" B_PRId32 ",%d -> %s\n", BlockRun().allocation_group,
971 BlockRun().start, path.Path());
1096 sub << "__untitled " << BlockRun().allocation_group << ":"
1097 << (int32)BlockRun().start;
1273 name << "__file " << inode->BlockRun().allocation_group << ":"
1274 << (int32)inode->BlockRun().start;
1360 sub << "__symlink " << BlockRun().allocation_group << ":"
1361 << (int32)BlockRun()
[all...]
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DInode.h40 block_run BlockRun() const { return block_run::Run(0, 0, 0); } function in class:Inode

Completed in 79 milliseconds