Home
last modified time | relevance | path

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

/linux/fs/erofs/
H A Dzmap.c486 map->m_algorithmformat = vi->z_algorithmtype[1]; in z_erofs_map_blocks_fo()
488 map->m_algorithmformat = vi->z_algorithmtype[0]; in z_erofs_map_blocks_fo()
665 vi->z_algorithmtype[0] = h->h_algorithmtype & 15; in z_erofs_fill_inode()
666 vi->z_algorithmtype[1] = h->h_algorithmtype >> 4; in z_erofs_fill_inode()
H A Dinternal.h292 unsigned char z_algorithmtype[2]; member