Home
last modified time | relevance | path

Searched refs:cluster_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/block/
H A Dqcow2-cluster.c1925 QCow2ClusterType cluster_type = in discard_in_l2_slice() local
1927 bool keep_reference = (cluster_type != QCOW2_CLUSTER_COMPRESSED) && in discard_in_l2_slice()
1982 (cluster_type == QCOW2_CLUSTER_NORMAL || in discard_in_l2_slice()
1983 cluster_type == QCOW2_CLUSTER_ZERO_ALLOC)) { in discard_in_l2_slice()
2323 QCow2ClusterType cluster_type = in expand_zero_clusters_in_l1() local
2326 if (cluster_type != QCOW2_CLUSTER_ZERO_PLAIN && in expand_zero_clusters_in_l1()
2327 cluster_type != QCOW2_CLUSTER_ZERO_ALLOC) { in expand_zero_clusters_in_l1()
2331 if (cluster_type == QCOW2_CLUSTER_ZERO_PLAIN) { in expand_zero_clusters_in_l1()
2375 if (cluster_type == QCOW2_CLUSTER_ZERO_PLAIN) { in expand_zero_clusters_in_l1()
2386 if (cluster_type == QCOW2_CLUSTER_ZERO_PLAIN) { in expand_zero_clusters_in_l1()
[all …]
H A Dtrace-events76 …n, int cluster_type, uint64_t host_offset, uint64_t offset, uint64_t bytes, void *qiov, size_t qio…
H A Dqcow2-refcount.c2020 QCow2ClusterType cluster_type = qcow2_get_cluster_type(bs, l2_entry); in check_oflag_copied() local
2022 if (cluster_type == QCOW2_CLUSTER_NORMAL || in check_oflag_copied()
2023 cluster_type == QCOW2_CLUSTER_ZERO_ALLOC) { in check_oflag_copied()
/openbmc/linux/fs/dlm/
H A Dconfig.c340 static const struct config_item_type cluster_type = { variable
411 config_group_init_type_name(&cl->group, name, &cluster_type); in make_cluster()