Home
last modified time | relevance | path

Searched refs:algorithmtype (Results 1 – 3 of 3) sorted by relevance

/external/erofs-utils/lib/
Dcompress_hints.c25 unsigned int algorithmtype) in erofs_insert_compress_hints() argument
41 ch->algorithmtype = algorithmtype; in erofs_insert_compress_hints()
52 unsigned int pclusterblks, algorithmtype; in z_erofs_apply_compress_hints() local
59 algorithmtype = 0; in z_erofs_apply_compress_hints()
66 algorithmtype = r->algorithmtype; in z_erofs_apply_compress_hints()
73 inode->z_algorithmtype[0] = algorithmtype; in z_erofs_apply_compress_hints()
Dcompress.c27 unsigned int algorithmtype; member
911 inode->z_algorithmtype[0] = ctx.ccfg[0].algorithmtype; in erofs_write_compressed_file()
1143 erofs_ccfg[i].algorithmtype = in z_erofs_compress_init()
1146 sbi->available_compr_algs |= 1 << erofs_ccfg[i].algorithmtype; in z_erofs_compress_init()
1147 if (erofs_ccfg[i].algorithmtype != Z_EROFS_COMPRESSION_LZ4) in z_erofs_compress_init()
/external/erofs-utils/include/erofs/
Dcompress_hints.h23 unsigned char algorithmtype; member