Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dcompression.h154 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.c885 case BTRFS_COMPRESS_ZLIB: return zlib_alloc_workspace(level); in alloc_workspace()