Home
last modified time | relevance | path

Searched defs:l1_table (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dqcow2.c166 blk64_t *l1_table, *l2_table = NULL; in qcow2_write_raw_image() local
Dqcow2.h101 __u64 *l1_table; member
/external/crosvm/disk/src/qcow/
Dmod.rs408 l1_table: VecCache<u64>, field
514 let l1_table = VecCache::from_vec( in from() localVariable
632 pub fn l1_table(&self) -> &[u64] { in l1_table() method
651 let l1_table = &self.l1_table; in l2_table() localVariable
764 let l1_table = raw_file in rebuild_refcounts() localVariable
1028 let l1_table = &self.l1_table; in file_offset_read() localVariable
1075 let l1_table = &self.l1_table; in file_offset_write() localVariable
1204 let l1_table = &self.l1_table; in cluster_allocated() localVariable
1276 let l1_table = &self.l1_table; in deallocate_cluster() localVariable
/external/crosvm/qcow_utils/src/
Dqcow_img.rs159 let l1_table = qcow_file.l1_table(); in show_l1_table() localVariable
/external/e2fsprogs/misc/
De2image.c762 __u64 *l1_table; in init_l1_table() local