Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
Dcompression.h148 struct list_head *zlib_alloc_workspace(unsigned int level);
Dzlib.c55 struct list_head *zlib_alloc_workspace(unsigned int level) in zlib_alloc_workspace() function
Dcompression.c648 case BTRFS_COMPRESS_ZLIB: return zlib_alloc_workspace(level); in alloc_workspace()