Searched defs:BlockShift (Results 1 - 20 of 20) sorted by relevance

/haiku-fatelf/src/bin/makeudfimage/
H A DAllocator.h41 uint32 BlockShift() const { return fBlockShift; } function in class:Allocator
/haiku-fatelf/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.h44 uint32 BlockShift() const { return fVolume.BlockShift(); } function in class:FATFS::CachedBlock
H A DVolume.h39 int32 BlockShift() const { return fBlockShift; } function in class:FATFS::Volume
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DCachedBlock.h48 uint32 BlockShift() const { return fVolume->BlockShift(); } function in class:CachedBlock
H A DVolume.h71 uint32 BlockShift() const { return fBlockShift; } function in class:Volume
H A Dbfs.h88 uint32 BlockShift() const { return BFS_ENDIAN_TO_HOST_INT32(block_shift); } function in struct:BFS::disk_super_block
/haiku-fatelf/src/add-ons/kernel/file_systems/udf/
H A DCachedBlock.h33 uint32 BlockShift() const { return fVolume->BlockShift(); } function in class:CachedBlock
H A DVolume.h51 uint32 BlockShift() const { return fBlockShift; } function in class:Volume
/haiku-fatelf/src/system/boot/loader/file_systems/bfs/
H A DVolume.h42 uint32 BlockShift() const { return fSuperBlock.BlockShift(); } function in class:BFS::Volume
H A DStream.cpp39 uint32 BlockShift() const function in class:CachedBlock
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/udf/r5/
H A DCachedBlock.h61 uint32 BlockShift() const { return fVolume->BlockShift(); } function in class:Udf::CachedBlock
H A DVolume.h61 uint32 BlockShift() const { return fBlockShift; } function in class:Udf::Volume
/haiku-fatelf/src/bin/bfs_tools/lib/
H A DDisk.h47 uint32 BlockShift() const { return fSuperBlock.block_shift; } function in class:Disk
/haiku-fatelf/src/add-ons/kernel/file_systems/ext2/
H A DVolume.h62 uint32 BlockShift() const { return fBlockShift; } function in class:Volume
H A Dext2.h98 uint32 BlockShift() const { return B_LENDIAN_TO_HOST_INT32(block_shift) + 10; } function in struct:ext2_super_block
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DStream.h39 uint32 BlockShift() const { return fVolume->BlockShift(); } function in class:Access::Uncached
[all...]
H A DInode.h66 uint32 BlockShift() const { return fVolume->BlockShift(); } function in class:CachedBlock
H A DVolume.h63 uint32 BlockShift() const { return fBlockShift; } function in class:Volume
H A Dbfs.h83 uint32 BlockShift() const { return BFS_ENDIAN_TO_HOST_INT32(block_shift); } function in struct:disk_super_block
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h67 uint8 BlockShift() const { return block_shift; } function in struct:exfat_super_block

Completed in 102 milliseconds