Searched refs:h_algorithmtype (Results 1 - 2 of 2) sorted by path

/linux-master/fs/erofs/
H A Derofs_fs.h294 /* available compression algorithm types (for h_algorithmtype) */
358 __u8 h_algorithmtype; member in struct:z_erofs_map_header
H A Dzmap.c621 vi->z_algorithmtype[0] = h->h_algorithmtype & 15;
622 vi->z_algorithmtype[1] = h->h_algorithmtype >> 4;

Completed in 197 milliseconds