Home
last modified time | relevance | path

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

/external/erofs-utils/include/
Derofs_fs.h209 struct z_erofs_map_header { struct
284 sizeof(struct z_erofs_map_header) + Z_EROFS_VLE_LEGACY_HEADER_PADDING)
320 BUILD_BUG_ON(sizeof(struct z_erofs_map_header) != 8); in erofs_check_ondisk_layout_definitions()
/external/erofs-utils/lib/
Dzmap.c34 struct z_erofs_map_header *h; in z_erofs_fill_inode_lazy()
35 char buf[sizeof(struct z_erofs_map_header)]; in z_erofs_fill_inode_lazy()
47 h = (struct z_erofs_map_header *)buf; in z_erofs_fill_inode_lazy()
230 sizeof(struct z_erofs_map_header); in compacted_load_cluster_from_disk()
Dcompress.c25 static struct z_erofs_map_header mapheader;
38 (sizeof(struct z_erofs_map_header) + Z_EROFS_VLE_LEGACY_HEADER_PADDING)
314 sizeof(struct z_erofs_map_header); in z_erofs_convert_to_compacted_format()