Searched refs:block_size (Results 76 - 100 of 137) sorted by relevance

123456

/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKPartition.cpp75 fPartitionData.block_size = 0;
442 if (fPartitionData.block_size != blockSize) {
443 fPartitionData.block_size = blockSize;
452 return fPartitionData.block_size;
1259 data->block_size = BlockSize();
/haiku-fatelf/src/tools/fs_shell/
H A Dfuse.cpp377 sfs->f_bsize = sfs->f_frsize = info.block_size;
500 blkSize = info.block_size;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/r5/
H A DVolume.cpp156 || (int32)block_size != inode_size
189 block_size = inode_size = HOST_ENDIAN_TO_BFS_INT32(blockSize);
H A DVolume.h190 return cached_write(fDevice, blockNumber, block, numBlocks, fSuperBlock.block_size);
H A DDebug.cpp69 Print(" block_size = %lu\n", superBlock->block_size);
/haiku-fatelf/headers/private/userlandfs/fuse/
H A Dfuse_compat.h162 long block_size; member in struct:fuse_statfs_compat1
/haiku-fatelf/src/add-ons/kernel/partitioning_systems/atari/
H A Datari.cpp197 child->block_size = SECTSZ;
/haiku-fatelf/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp848 int block_size = 65536; local
849 void* buffer = malloc(block_size);
853 block_size = 1024;
859 ssize_t to_read = block_size;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp30 || (int32)block_size != inode_size
/haiku-fatelf/headers/libs/jpeg/
H A Djpeglib.h420 int block_size; /* the basic DCT block size: 1..16 */ member in struct:jpeg_compress_struct
646 int block_size; /* the basic DCT block size: 1..16 */ member in struct:jpeg_decompress_struct
/haiku-fatelf/headers/private/drivers/
H A Dscsi_cmds.h345 uint32 block_size; // in bytes member in struct:scsi_res_read_capacity
361 uint32 block_size; // in bytes member in struct:scsi_res_read_capacity_long
/haiku-fatelf/src/add-ons/kernel/file_systems/btrfs/
H A Dkernel_interface.cpp94 partition->block_size = cookie->super_block.BlockSize();
161 info->block_size = volume->BlockSize();
/haiku-fatelf/src/add-ons/kernel/file_systems/exfat/
H A Dkernel_interface.cpp93 partition->block_size = 1 << cookie->super_block.BlockShift();
161 info->block_size = volume->BlockSize();
/haiku-fatelf/src/add-ons/kernel/file_systems/iso9660/
H A Dkernel_interface.cpp114 partition->block_size = ISO_PVD_SIZE;
213 info->block_size = volume->logicalBlkSize[FS_DATA_FORMAT];
/haiku-fatelf/src/add-ons/kernel/file_systems/reiserfs/
H A Dkernel_interface.cpp92 partition->block_size = volume->GetBlockSize();
166 info->block_size = volume->GetBlockSize();
/haiku-fatelf/src/add-ons/media/plugins/wav_reader/
H A DWavReaderPlugin.cpp295 TRACE(" block size %d\n", UINT16(mpeg3_format.block_size));
298 fBufferSize = mpeg3_format.block_size;
/haiku-fatelf/src/tests/kits/storage/
H A DVolumeTest.cpp134 CHK(volume.Capacity() == info.total_blocks * info.block_size);
135 CHK(volume.FreeBytes() == info.free_blocks * info.block_size);
/haiku-fatelf/src/add-ons/kernel/bus_managers/ata/
H A DATADevice.cpp180 data.block_size = B_HOST_TO_BENDIAN_INT32(fBlockSize);
202 data.block_size = B_HOST_TO_BENDIAN_INT32(fBlockSize);
/haiku-fatelf/src/add-ons/kernel/file_systems/bfs/
H A DVolume.cpp198 || (int32)block_size != inode_size
232 block_size = inode_size = HOST_ENDIAN_TO_BFS_INT32(blockSize);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dfs_interface.h55 off_t block_size; member in struct:beos_fs_info
/haiku-fatelf/src/add-ons/media/plugins/aiff_reader/
H A Daiff_reader.cpp185 TRACE(" block_size %ld\n", UINT32(ssnd.block_size));
/haiku-fatelf/src/add-ons/translators/jpeg/
H A DJPEGTranslator.cpp808 int block_size = 65536; local
809 void* buffer = malloc(block_size);
813 block_size = 1024;
819 ssize_t to_read = block_size;
/haiku-fatelf/src/bin/bfs_tools/lib/
H A Ddump.cpp57 Print(" block_size = %lu\n", superBlock->block_size);
/haiku-fatelf/src/system/boot/loader/file_systems/fat/
H A DVolume.cpp45 fBlockSize = partition->block_size;
/haiku-fatelf/src/system/boot/loader/
H A Dpartitions.cpp432 partition->block_size = 512;

Completed in 318 milliseconds

123456