Searched refs:block_size (Results 1 - 25 of 112) sorted by path

12345

/haiku/headers/build/os/kernel/
H A Dfs_info.h28 off_t block_size; /* fundamental block size */ member in struct:fs_info
/haiku/headers/libs/agg/
H A Dagg_array.h332 block_size = 1 << block_shift, enumerator in enum:agg::pod_bvector::block_scale_e
333 block_mask = block_size - 1
521 pod_allocator<T>::deallocate(*blk, block_size);
538 pod_allocator<T>::deallocate(m_blocks[--m_num_blocks], block_size);
557 m_block_ptr_inc(block_size)
588 m_blocks[i] = pod_allocator<T>::allocate(block_size);
589 memcpy(m_blocks[i], v.m_blocks[i], block_size * sizeof(T));
606 memcpy(m_blocks[i], v.m_blocks[i], block_size * sizeof(T));
632 m_blocks[nb] = pod_allocator<T>::allocate(block_size);
682 if(num_elements < block_size)
814 block_allocator(unsigned block_size, unsigned block_ptr_inc=256-8) argument
[all...]
H A Dagg_font_cache_manager.h52 enum block_size_e { block_size = 16384-16 }; enumerator in enum:agg::font_cache::block_size_e
56 m_allocator(block_size),
H A Dagg_path_storage.h38 block_size = 1 << block_shift, enumerator in enum:agg::vertex_block_storage::block_scale_e
39 block_mask = block_size - 1,
95 block_size * 2 +
96 block_size / (sizeof(T) / sizeof(unsigned char)));
326 pod_allocator<T>::allocate(block_size * 2 +
327 block_size / (sizeof(T) / sizeof(unsigned char)));
330 (unsigned char*)(m_coord_blocks[nb] + block_size * 2);
/haiku/headers/os/drivers/
H A Dlocked_pool.h51 // block_size - size of one memory block
62 locked_pool_cookie (*create)(int block_size, int alignment, int next_ofs,
/haiku/headers/os/kernel/
H A Dfs_info.h29 off_t block_size; /* fundamental block size */ member in struct:fs_info
/haiku/headers/private/fs_shell/
H A Dfssh_disk_device_manager.h25 uint32_t block_size; member in struct:fssh_partition_data
H A Dfssh_fs_info.h30 fssh_off_t block_size; /* fundamental block size */ member in struct:fssh_fs_info
/haiku/headers/private/kernel/boot/
H A DFileMapDisk.h26 int32 block_size; member in struct:file_map_boot_item
/haiku/src/add-ons/kernel/drivers/graphics/common/
H A Dmemory_manager.c45 uint32 block_size; member in struct:mem_info
122 mem->block_size = blockSize;
199 // we assume block_size is power of two
200 size = (size + mem->block_size - 1) & ~(mem->block_size - 1);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs.h63 uint32 block_size; member in struct:BFS::disk_super_block
87 uint32 BlockSize() const { return BFS_ENDIAN_TO_HOST_INT32(block_size); }
/haiku/src/add-ons/kernel/file_systems/layers/log_overlay/
H A Dlog_overlay.cpp823 "; root: %" B_PRIdINO "; flags: %#" B_PRIx32 "; block_size: %" B_PRIdOFF
828 info->block_size, info->io_size, info->total_blocks, info->free_blocks,
/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DRootVolume.cpp112 info->block_size = 1024;
115 info->free_blocks = LONGLONG_MAX / info->block_size;
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRootInode.cpp116 fInfoCache.block_size = ioSize;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.c523 * @block_size: block size in bytes in which to return the result
525 * Return the number of @block_size sized blocks in the device described by the
532 s64 ntfs_device_size_get(struct ntfs_device *dev, int block_size) argument
536 if (!dev || block_size <= 0 || (block_size - 1) & block_size) {
547 return (s64)size / block_size;
557 return (s64)size * 512 / block_size;
568 return (s64)this_floppy.size * 512 / block_size;
581 return (s64)size / block_size;
[all...]
/haiku/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/src/add-ons/kernel/partitioning_systems/amiga/
H A Damiga_rdb.h18 uint32 block_size; member in struct:rigid_disk_block
67 uint32 BlockSize() const { return B_BENDIAN_TO_HOST_INT32(block_size); }
/haiku/src/add-ons/kernel/partitioning_systems/apple/
H A Dapple.h22 int16 block_size; member in struct:apple_driver_descriptor
32 int16 BlockSize() { return B_BENDIAN_TO_HOST_INT16(block_size); }
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A Dsession.cpp43 "size: %" B_PRIdOFF ", block_size: %" B_PRId32 ", flags: 0x%" B_PRIx32,
45 partition->block_size, partition->flags));
50 && partition->block_size == 2048
74 "size: %" B_PRIdOFF ", block_size: %" B_PRId32 ", cookie: %p", fd,
76 partition->block_size, cookie));
95 child->block_size = session->BlockSize();
/haiku/src/add-ons/kernel/partitioning_systems/vmdk/
H A Dvmdk.cpp364 partition->block_size);
381 partition->block_size);
402 child->block_size = partition->block_size;
/haiku/src/bin/bfs_tools/lib/
H A DDisk.cpp320 1.0 * info->super_block.num_blocks * info->super_block.block_size
345 fSize = info->super_block.block_size * info->super_block.block_size;
361 || (int32)superBlock.block_size != superBlock.inode_size
363 || (1UL << superBlock.block_shift) != superBlock.block_size
496 // root_block_size + (num_blocks / bits_per_block) * block_size
550 fSuperBlock.block_size = (1 << (maxIndex + 10));
H A DDisk.h47 uint32 BlockSize() const { return fSuperBlock.block_size; }
/haiku/src/kits/storage/
H A DVolume.cpp139 return (error == B_OK ? info.total_blocks * info.block_size : error);
153 return (error == B_OK ? info.free_blocks * info.block_size : error);
170 return info.block_size;
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DVolume.cpp55 int32 blockSize = partition->block_size;
/haiku/src/system/boot/loader/file_systems/bfs/
H A Dbfs.cpp94 || (int32)fSuperBlock.block_size != fSuperBlock.inode_size

Completed in 151 milliseconds

12345