Searched refs:AllocationGroups (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DVolume.h44 uint32 AllocationGroups() const { return fSuperBlock.AllocationGroups(); } function in class:BFS::Volume
H A Dbfs.cpp97 || fSuperBlock.AllocationGroups() < 1
101 || fSuperBlock.AllocationGroups() != divide_roundup(fSuperBlock.NumBlocks(), 1L << fSuperBlock.AllocationGroupShift()))
111 if (run.AllocationGroup() < 0 || run.AllocationGroup() > (int32)AllocationGroups()
H A DStream.cpp453 || parent.AllocationGroup() > int32(volume->AllocationGroups())
458 || attributes.AllocationGroup() > int32(volume->AllocationGroups())
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp33 || AllocationGroups() < 1
37 || AllocationGroups() != divide_roundup(NumBlocks(),
113 off_t bitmapSize = superBlock.AllocationGroups() * superBlock.BlocksPerAllocationGroup();
225 off_t bitmapSize = superBlock.AllocationGroups() * superBlock.BlocksPerAllocationGroup();
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/mkbfs/
H A Dmkbfs.cpp165 printf("\tnum allocation groups: %ld\n", super.AllocationGroups());
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DVolume.cpp159 || AllocationGroups() < 1
163 || AllocationGroups() != divide_roundup(NumBlocks(),
422 if (run.AllocationGroup() < 0 || run.AllocationGroup() > (int32)AllocationGroups()
597 fSuperBlock.log_blocks = ToBlockRun(AllocationGroups()
H A DVolume.h65 uint32 AllocationGroups() const { return fSuperBlock.AllocationGroups(); } function in class:Volume
H A Dbfs.h88 int32 AllocationGroups() const { return BFS_ENDIAN_TO_HOST_INT32(num_ags); } function in struct:disk_super_block
H A DInode.cpp161 || parent.AllocationGroup() > int32(volume->AllocationGroups())
166 || attributes.AllocationGroup() > int32(volume->AllocationGroups())
H A DBlockAllocator.cpp336 fNumGroups = fVolume->AllocationGroups();
H A Dkernel_interface_r5.cpp420 INFORM(("\tnum allocation groups: %ld\n", super.AllocationGroups()));
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.h74 uint32 AllocationGroups() const function in class:Volume
75 { return fSuperBlock.AllocationGroups(); }
H A DVolume.cpp201 || AllocationGroups() < 1
205 || AllocationGroups() != divide_roundup(NumBlocks(),
473 || run.AllocationGroup() > (int32)AllocationGroups()
H A Dbfs.h94 int32 AllocationGroups() const { return BFS_ENDIAN_TO_HOST_INT32(num_ags); } function in struct:BFS::disk_super_block
H A DDebug.cpp66 kprintf(" num_ags = %u\n", (unsigned)superBlock->AllocationGroups());
H A DInode.cpp306 || parent.AllocationGroup() > int32(volume->AllocationGroups())
311 || attributes.AllocationGroup() > int32(volume->AllocationGroups())
H A DBlockAllocator.cpp557 fNumGroups = fVolume->AllocationGroups();
H A Dkernel_interface.cpp2285 (int)super.AllocationGroups()));
/haiku-fatelf/src/bin/bfs_tools/
H A Dbfsinfo.cpp201 = (disk.AllocationGroups() * disk.SuperBlock()->blocks_per_ag);
205 printf(" Allocation Groups:\t%lu\n\n", disk.AllocationGroups());
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DDisk.h48 uint32 AllocationGroups() const { return fSuperBlock.num_ags; } function in class:Disk

Completed in 124 milliseconds