Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/fs/zfs/
H A Dzfs.c137 zfs_decomp_func_t *decomp_func; member
584 if (comp != ZIO_COMPRESS_OFF && decomp_table[comp].decomp_func == NULL) { in zio_read()
611 err = decomp_table[comp].decomp_func(compbuf, *buf, psize, lsize); in zio_read()