Searched refs:snapshots_offset (Results 1 – 3 of 3) sorted by relevance
58 __u64 snapshots_offset; member
140 println!("snapshots_offset {:x}", header.snapshots_offset); in show_header()
181 pub snapshots_offset: u64, field244 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()