Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dcompression.h167 struct list_head *zlib_alloc_workspace(unsigned int level);
Dzlib.c58 struct list_head *zlib_alloc_workspace(unsigned int level) in zlib_alloc_workspace() function
Dcompression.c747 case BTRFS_COMPRESS_ZLIB: return zlib_alloc_workspace(level); in alloc_workspace()