/openbmc/qemu/tests/qemu-iotests/ |
H A D | 163 | 152 cluster_size = '512' variable in TestShrink512 156 cluster_size = '64K' variable in TestShrink64K 159 cluster_size = '1M' variable in TestShrink1M
|
H A D | qcow2_format.py | 148 def __init__(self, fd, cluster_size): argument 188 def __init__(self, fd, cluster_size): argument 253 def __init__(self, fd, offset, nb_entries, cluster_size): argument 299 cluster_size=None): argument
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | stream-unaligned-prefetch | 28 cluster_size = 64 * 1024 variable
|
/openbmc/qemu/scripts/simplebench/ |
H A D | bench_write_req.py | 53 cluster_size): argument
|
/openbmc/qemu/block/ |
H A D | copy-before-write.c | 112 int64_t cluster_size = block_copy_cluster_size(s->bcs); in cbw_do_copy_before_write() local 330 uint32_t cluster_size = block_copy_cluster_size(s->bcs); in cbw_co_pdiscard_snapshot() local 435 int64_t cluster_size; in cbw_open() local
|
H A D | backup.c | 45 int64_t cluster_size; member 370 int64_t cluster_size; in backup_job_create() local
|
H A D | parallels.h | 87 unsigned int cluster_size; member
|
H A D | qed.c | 139 static uint64_t qed_max_image_size(uint32_t cluster_size, uint32_t table_size) in qed_max_image_size() 150 static bool qed_is_cluster_size_valid(uint32_t cluster_size) in qed_is_cluster_size_valid() 174 static bool qed_is_image_size_valid(uint64_t image_size, uint32_t cluster_size, in qed_is_image_size_valid()
|
H A D | block-copy.c | 128 int64_t cluster_size; member 362 int64_t cluster_size; in block_copy_state_new() local
|
H A D | qcow2.c | 3336 int64_t qcow2_refcount_metadata_size(int64_t clusters, size_t cluster_size, in qcow2_refcount_metadata_size() 3387 size_t cluster_size, in qcow2_calc_prealloc_size() 3417 static bool validate_cluster_size(size_t cluster_size, bool extended_l2, in validate_cluster_size() 3445 size_t cluster_size; in qcow2_opt_get_cluster_size_del() local 3520 size_t cluster_size; in qcow2_co_create() local 5081 size_t cluster_size; in qcow2_measure() local
|
H A D | qcow2-bitmap.c | 129 static int check_table_entry(uint64_t entry, int cluster_size) in check_table_entry() 1782 uint32_t cluster_size) in qcow2_get_persistent_dirty_bitmap_size()
|
H A D | qed.h | 89 uint32_t cluster_size; /* in bytes */ member
|
H A D | qcow.c | 74 int cluster_size; member
|
/openbmc/linux/drivers/soc/fsl/dpio/ |
H A D | dpio-driver.c | 57 int cluster_base, cluster_size; in dpaa2_dpio_get_cluster_sdest() local
|
/openbmc/qemu/tests/image-fuzzer/qcow2/ |
H A D | layout.py | 586 def _alloc_data(img_size, cluster_size): argument
|
/openbmc/linux/fs/ocfs2/ |
H A D | ocfs1_fs_compat.h | 46 /*160*/ __u64 cluster_size; member
|
/openbmc/linux/fs/fat/ |
H A D | file.c | 382 const unsigned int cluster_size = sbi->cluster_size; in fat_truncate_blocks() local
|
H A D | fat.h | 66 unsigned int cluster_size; /* cluster size */ member
|
/openbmc/linux/fs/f2fs/ |
H A D | compress.c | 892 unsigned int cluster_size = F2FS_I(dn->inode)->i_cluster_size; in f2fs_sanity_check_cluster() local 945 unsigned int cluster_size = F2FS_I(inode)->i_cluster_size; in __f2fs_get_cluster_blocks() local 1211 int cluster_size = F2FS_I(inode)->i_cluster_size; in f2fs_truncate_partial_cluster() local
|
H A D | file.c | 607 int cluster_size = F2FS_I(dn->inode)->i_cluster_size; in f2fs_truncate_data_blocks_range() local 3537 int cluster_size = F2FS_I(dn->inode)->i_cluster_size; in release_compress_blocks() local 3705 int cluster_size = F2FS_I(dn->inode)->i_cluster_size; in reserve_compress_blocks() local
|
/openbmc/linux/fs/ntfs/ |
H A D | volume.h | 46 u32 cluster_size; /* in bytes */ member
|
/openbmc/u-boot/include/ |
H A D | fat.h | 95 __u8 cluster_size; /* Sectors/cluster */ member
|
/openbmc/linux/net/tipc/ |
H A D | bcast.c | 99 int cluster_size = tipc_link_bc_peers(tipc_bc_sndlink(net)); in tipc_bcbase_calc_bc_threshold() local
|
H A D | monitor.c | 724 int tipc_nl_monitor_set_threshold(struct net *net, u32 cluster_size) in tipc_nl_monitor_set_threshold()
|
/openbmc/qemu/include/block/ |
H A D | block-common.h | 138 int cluster_size; member
|