Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c490 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()
H A Dinternal.h292 unsigned char z_algorithmtype[2]; member