Home
last modified time | relevance | path

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

/u-boot/fs/erofs/
A Dzmap.c9 vi->z_algorithmtype[0] = 0; in z_erofs_fill_inode()
10 vi->z_algorithmtype[1] = 0; in z_erofs_fill_inode()
38 vi->z_algorithmtype[0] = h->h_algorithmtype & 15; in z_erofs_fill_inode_lazy()
39 vi->z_algorithmtype[1] = h->h_algorithmtype >> 4; in z_erofs_fill_inode_lazy()
41 if (vi->z_algorithmtype[0] >= Z_EROFS_COMPRESSION_MAX) { in z_erofs_fill_inode_lazy()
43 vi->z_algorithmtype[0], (unsigned long long)vi->nid); in z_erofs_fill_inode_lazy()
586 map->m_algorithmformat = vi->z_algorithmtype[0]; in z_erofs_map_blocks_iter()
A Dinternal.h176 uint8_t z_algorithmtype[2]; member

Completed in 13 milliseconds