Searched refs:z_algorithmtype (Results 1 – 4 of 4) sorted by relevance
25 vi->z_algorithmtype[0] = 0; in z_erofs_fill_inode()26 vi->z_algorithmtype[1] = 0; in z_erofs_fill_inode()63 vi->z_algorithmtype[0] = h->h_algorithmtype & 15; in z_erofs_fill_inode_lazy()64 vi->z_algorithmtype[1] = h->h_algorithmtype >> 4; in z_erofs_fill_inode_lazy()66 if (vi->z_algorithmtype[0] >= Z_EROFS_COMPRESSION_MAX) { in z_erofs_fill_inode_lazy()68 vi->z_algorithmtype[0], (unsigned long long)vi->nid); in z_erofs_fill_inode_lazy()670 map->m_algorithmformat = vi->z_algorithmtype[0]; in z_erofs_do_map_blocks()
795 .h_algorithmtype = inode->z_algorithmtype[1] << 4 | in z_erofs_write_mapheader()796 inode->z_algorithmtype[0], in z_erofs_write_mapheader()903 inode->z_algorithmtype[0] = in erofs_write_compressed_file()905 if (erofs_ccfg[inode->z_algorithmtype[0]].enable) in erofs_write_compressed_file()910 ctx.ccfg = &erofs_ccfg[inode->z_algorithmtype[0]]; in erofs_write_compressed_file()911 inode->z_algorithmtype[0] = ctx.ccfg[0].algorithmtype; in erofs_write_compressed_file()912 inode->z_algorithmtype[1] = 0; in erofs_write_compressed_file()
73 inode->z_algorithmtype[0] = algorithmtype; in z_erofs_apply_compress_hints()
230 uint8_t z_algorithmtype[2]; member