Home
last modified time | relevance | path

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

/external/erofs-utils/lib/
Dzmap.c23 vi->z_algorithmtype[0] = 0; in z_erofs_fill_inode()
24 vi->z_algorithmtype[1] = 0; in z_erofs_fill_inode()
53 vi->z_algorithmtype[0] = h->h_algorithmtype & 15; in z_erofs_fill_inode_lazy()
54 vi->z_algorithmtype[1] = h->h_algorithmtype >> 4; in z_erofs_fill_inode_lazy()
56 if (vi->z_algorithmtype[0] >= Z_EROFS_COMPRESSION_MAX) { in z_erofs_fill_inode_lazy()
58 vi->z_algorithmtype[0], (unsigned long long)vi->nid); in z_erofs_fill_inode_lazy()
622 map->m_algorithmformat = vi->z_algorithmtype[0]; in z_erofs_do_map_blocks()
Dcompress.c550 .h_algorithmtype = inode->z_algorithmtype[1] << 4 | in z_erofs_write_mapheader()
551 inode->z_algorithmtype[0], in z_erofs_write_mapheader()
647 inode->z_algorithmtype[0] = algorithmtype[0]; in erofs_write_compressed_file()
648 inode->z_algorithmtype[1] = algorithmtype[1]; in erofs_write_compressed_file()
/external/erofs-utils/include/erofs/
Dinternal.h198 uint8_t z_algorithmtype[2]; member