OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:l1_index
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/lib/ext2fs/
qcow2.c
159
unsigned int
l1_index
, l2_index;
local
199
for (
l1_index
= 0;
l1_index
< img.l1_size;
l1_index
++) {
202
offset = ext2fs_be64_to_cpu(l1_table[
l1_index
]) &
226
off_out = (
l1_index
* img.l2_size) +
qcow2.h
63
__u32
l1_index
;
member in struct:ext2_qcow2_l2_table
/external/e2fsprogs/misc/
e2image.c
1042
blk64_t
l1_index
= blk / img->l2_size;
local
1050
if (!table || (table->
l1_index
!=
l1_index
)) {
1052
table->
l1_index
=
l1_index
;
1055
img->l1_table[
l1_index
] =
[
all
...]
Completed in 2672 milliseconds