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

/haiku/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.h40 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/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DVolume.h30 uint32 BlockShift() const { return 10; /* 2^BlockShift == BlockSize */ } function in class:Volume
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.h51 uint32 BlockShift() const { return fBlockShift; } function in class:Volume
H A DCachedBlock.h33 uint32 BlockShift() const { return fVolume->BlockShift(); } function in class:CachedBlock
/haiku/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.cpp38 uint32 BlockShift() const function in class:CachedBlock
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCachedBlock.h50 uint32 BlockShift() const function in class:CachedBlock
H A DVolume.h75 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/src/bin/bfs_tools/lib/
H A DDisk.h48 uint32 BlockShift() const { return fSuperBlock.block_shift; } function in class:Disk
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.h62 uint32 BlockShift() const { return fBlockShift; } function in class:Volume
H A Dext2.h99 uint32 BlockShift() const { return B_LENDIAN_TO_HOST_INT32(block_shift) + 10; } function in struct:ext2_super_block
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h75 uint8 BlockShift() const { return block_shift; } function in struct:exfat_super_block

Completed in 103 milliseconds