Home
last modified time | relevance | path

Searched refs:allocated_clusters (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/include/block/
H A Dblock-common.h154 uint64_t allocated_clusters; member
/openbmc/qemu/block/
H A Dqed-check.c82 check->result->bfi.allocated_clusters++; in qed_check_l2_table()
H A Dparallels.c949 res->bfi.allocated_clusters++; in parallels_collect_statistics()
H A Dqcow2-refcount.c1738 res->bfi.allocated_clusters++; in check_refcounts_l2()
1813 res->bfi.allocated_clusters++; in check_refcounts_l2()
/openbmc/qemu/
H A Dqemu-img.c655 if (check->total_clusters != 0 && check->allocated_clusters != 0) { in dump_human_image_check()
658 check->allocated_clusters, check->total_clusters, in dump_human_image_check()
659 check->allocated_clusters * 100.0 / check->total_clusters, in dump_human_image_check()
660 check->fragmented_clusters * 100.0 / check->allocated_clusters, in dump_human_image_check()
662 check->allocated_clusters); in dump_human_image_check()
700 check->allocated_clusters = result.bfi.allocated_clusters; in collect_image_check()
701 check->has_allocated_clusters = result.bfi.allocated_clusters != 0; in collect_image_check()
/openbmc/linux/fs/ext4/
H A Dextents.c4154 unsigned int allocated_clusters = 0; in ext4_ext_map_blocks() local
4339 allocated_clusters = ar.len; in ext4_ext_map_blocks()
4359 if (allocated_clusters) { in ext4_ext_map_blocks()
4371 EXT4_C2B(sbi, allocated_clusters), in ext4_ext_map_blocks()
4383 if (test_opt(inode->i_sb, DELALLOC) && allocated_clusters) { in ext4_ext_map_blocks()
4389 ext4_da_update_reserve_space(inode, allocated_clusters, in ext4_ext_map_blocks()
4407 len = allocated_clusters << sbi->s_cluster_bits; in ext4_ext_map_blocks()