Home
last modified time | relevance | path

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

/external/erofs-utils/lib/
Dcompress.c23 static unsigned int algorithmtype[2]; variable
647 inode->z_algorithmtype[0] = algorithmtype[0]; in erofs_write_compressed_file()
648 inode->z_algorithmtype[1] = algorithmtype[1]; in erofs_write_compressed_file()
829 algorithmtype[0] = ret; /* primary algorithm (head 0) */ in z_erofs_compress_init()
830 algorithmtype[1] = 0; /* secondary algorithm (head 1) */ in z_erofs_compress_init()