Home
last modified time | relevance | path

Searched refs:snapshots_offset (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dqcow2.h58 __u64 snapshots_offset; member
/external/crosvm/qcow_utils/src/
Dqcow_img.rs140 println!("snapshots_offset {:x}", header.snapshots_offset); in show_header()
/external/crosvm/disk/src/qcow/
Dmod.rs181 pub snapshots_offset: u64, field
244 snapshots_offset: read_u64_from_file(f)?, in new()
317 snapshots_offset: 0, in create_for_size_and_path()
353 write_u64_to_file(file, self.snapshots_offset)?; in write_to()
473 offset_is_cluster_boundary(header.snapshots_offset, header.cluster_bits)?; in from()