Home
last modified time | relevance | path

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

/openbmc/u-boot/fs/zfs/
H A Dzfs.c190 static decomp_entry_t decomp_table[ZIO_COMPRESS_FUNCTIONS] = { variable
583 if (comp != ZIO_COMPRESS_OFF && decomp_table[comp].decomp_func == NULL) { in zio_read()
584 printf("compression algorithm %s not supported\n", decomp_table[comp].name); in zio_read()
610 err = decomp_table[comp].decomp_func(compbuf, *buf, psize, lsize); in zio_read()