Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dzstd.c95 struct list_head *zstd_alloc_workspace(unsigned int level);
190 ws = zstd_alloc_workspace(ZSTD_BTRFS_MAX_LEVEL); in zstd_init_workspace_manager()
282 ws = zstd_alloc_workspace(level); in zstd_get_workspace()
347 struct list_head *zstd_alloc_workspace(unsigned int level) in zstd_alloc_workspace() function
H A Dcompression.h171 struct list_head *zstd_alloc_workspace(unsigned int level);
H A Dcompression.c650 case BTRFS_COMPRESS_ZSTD: return zstd_alloc_workspace(level); in alloc_workspace()