Searched refs:z_algorithmtype (Results 1 – 2 of 2) sorted by relevance
490 map->m_algorithmformat = vi->z_algorithmtype[1]; in z_erofs_map_blocks_fo()492 map->m_algorithmformat = vi->z_algorithmtype[0]; in z_erofs_map_blocks_fo()669 vi->z_algorithmtype[0] = h->h_algorithmtype & 15; in z_erofs_fill_inode()670 vi->z_algorithmtype[1] = h->h_algorithmtype >> 4; in z_erofs_fill_inode()
292 unsigned char z_algorithmtype[2]; member