OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:update_cluster_refcount
(Results
1 - 1
of
1
) sorted by null
/external/qemu/block/
qcow2-refcount.c
564
static int
update_cluster_refcount
(BlockDriverState *bs,
function
657
update_cluster_refcount
(bs, offset >> s->cluster_bits, 1);
667
update_cluster_refcount
(bs, offset >> s->cluster_bits, 1);
809
refcount =
update_cluster_refcount
(bs, offset >> s->cluster_bits, addend);
835
refcount =
update_cluster_refcount
(bs, l2_offset >> s->cluster_bits, addend);
[
all
...]
Completed in 1166 milliseconds