OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:refcount_block_offset
(Results
1 - 2
of
2
) sorted by null
/external/e2fsprogs/lib/ext2fs/
qcow2.h
81
__u64
refcount_block_offset
;
member in struct:ext2_qcow2_refcount
/external/e2fsprogs/misc/
e2image.c
920
image->refcount.
refcount_block_offset
= offset;
1080
seek_set(fd, ref->
refcount_block_offset
);
1087
ext2fs_cpu_to_be64(ref->
refcount_block_offset
);
1088
ref->
refcount_block_offset
= rfblk_pos;
1111
ext2fs_cpu_to_be64(ref->
refcount_block_offset
);
1116
seek_set(fd, ref->
refcount_block_offset
);
1148
/* Refcount all qcow2 related metadata up to
refcount_block_offset
*/
1149
end = img->refcount.
refcount_block_offset
;
[
all
...]
Completed in 61 milliseconds