Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/ext2fs/
Dqcow2.h52 __u64 l1_table_offset; member
Dqcow2.c183 img.l1_offset = ext2fs_be64_to_cpu(hdr->l1_table_offset); in qcow2_write_raw_image()
/external/crosvm/disk/src/qcow/
Dmod.rs184 pub l1_table_offset: u64, field
249 l1_table_offset: read_u64_from_file(f)?, in new()
307 l1_table_offset: u64::from(cluster_size), in create_for_size_and_path()
355 write_u64_to_file(file, self.l1_table_offset)?; in write_to()
512 offset_is_cluster_boundary(header.l1_table_offset, header.cluster_bits)?; in from()
557 header.l1_table_offset, in from()
605 .l1_table_offset in from()
763 let l1_table_offset = header.l1_table_offset; in rebuild_refcounts() localVariable
765 add_ref(refcounts, cluster_size, l1_table_offset + i * cluster_size)?; in rebuild_refcounts()
779 header.l1_table_offset, in rebuild_refcounts()
[all …]
/external/e2fsprogs/misc/
De2image.c924 header->l1_table_offset = ext2fs_cpu_to_be64(offset); in initialize_qcow2_image()