Searched defs:BlockSize (Results 1 - 25 of 44) sorted by relevance

12

/haiku/src/apps/sudoku/
H A DSudokuField.h39 uint32 BlockSize() const { return fBlockSize; } function in class:SudokuField
/haiku/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.h39 uint32 BlockSize() const { return fVolume.BlockSize(); } function in class:FATFS::CachedBlock
H A DVolume.h36 int32 BlockSize() const { return fBlockSize; } function in class:FATFS::Volume
/haiku/src/tests/add-ons/kernel/file_systems/bfs/btree/
H A DVolume.h29 uint32 BlockSize() const { return 1024; } function in class:Volume
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.h32 int32 BlockSize() const { return fRootNode.BlockSize(); } function in class:FFS::Volume
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.h74 uint32 BlockSize() { return fBlockSize; } function in class:Session
/haiku/src/add-ons/kernel/file_systems/udf/
H A DVolume.h50 uint32 BlockSize() const { return fBlockSize; } function in class:Volume
H A DCachedBlock.h32 uint32 BlockSize() const { return fVolume->BlockSize(); } function in class:CachedBlock
/haiku/src/system/boot/loader/file_systems/bfs/
H A DVolume.h41 uint32 BlockSize() const { return fSuperBlock.BlockSize(); } function in class:BFS::Volume
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DCachedBlock.h48 uint32 BlockSize() const function in class:CachedBlock
/haiku/headers/private/kernel/platform/efi/protocol/
H A Dblock-io.h47 uint32_t BlockSize; member in struct:efi_block_io_media
H A Dfile.h58 uint32_t BlockSize; member in struct:__anon18
/haiku/headers/os/drivers/pcmcia/
H A Dftl.h28 u_char BlockSize; member in struct:erase_unit_header_t
/haiku/src/bin/bfs_tools/lib/
H A DDisk.h47 uint32 BlockSize() const { return fSuperBlock.block_size; } function in class:Disk
/haiku/src/add-ons/kernel/file_systems/xfs/
H A Dxfs.cpp189 XfsSuperBlock::BlockSize() const function in class:XfsSuperBlock
H A DVolume.h52 uint32 BlockSize() const function in class:Volume
/haiku/src/kits/storage/
H A DVolume.cpp159 BVolume::BlockSize() const function in class:BVolume
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DVolume.h124 uint32 BlockSize() const { return fBlockSize; } function in class:Volume
/haiku/src/apps/diskprobe/
H A DDataEditor.h80 size_t BlockSize() const { return fBlockSize; } function in class:DataEditor
/haiku/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.h32 int16 BlockSize() { return B_BENDIAN_TO_HOST_INT16(block_size); } function in struct:apple_driver_descriptor
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DVolume.h54 uint32 BlockSize() const { return fBlockSize; } function in class:Volume
/haiku/src/system/boot/platform/riscv/
H A Ddevices.cpp49 uint32 BlockSize() const { return kVirtioBlockSectorSize; } function in class:VirtioBlockDevice
/haiku/src/system/boot/platform/efi/
H A Ddevices.cpp44 uint32 BlockSize() const { return fBlockIo->Media->BlockSize; } function in class:EfiDevice
[all...]
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DVolume.h61 uint32 BlockSize() const { return fBlockSize; } function in class:Volume
/haiku/src/system/kernel/device_manager/
H A Ddma_resources.h108 generic_size_t BlockSize() const { return fBlockSize; } function in class:DMAResource

Completed in 143 milliseconds

12