OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:get_refcount
(Results
1 - 2
of
2
) sorted by null
/external/qemu/block/
qcow2-refcount.c
118
static int
get_refcount
(BlockDriverState *bs, int64_t cluster_index)
function
576
return
get_refcount
(bs, cluster_index);
596
refcount =
get_refcount
(bs, next_cluster_index);
811
refcount =
get_refcount
(bs, offset >> s->cluster_bits);
837
refcount =
get_refcount
(bs, l2_offset >> s->cluster_bits);
974
refcount =
get_refcount
(bs, offset >> s->cluster_bits);
[
all
...]
qcow2.c
[
all
...]
Completed in 752 milliseconds