Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dzstd.c97 struct list_head *zstd_alloc_workspace(unsigned int level);
194 ws = zstd_alloc_workspace(ZSTD_BTRFS_MAX_LEVEL); in zstd_init_workspace_manager()
288 ws = zstd_alloc_workspace(level); in zstd_get_workspace()
354 struct list_head *zstd_alloc_workspace(unsigned int level) in zstd_alloc_workspace() function
H A Dcompression.h190 struct list_head *zstd_alloc_workspace(unsigned int level);
H A Dcompression.c749 case BTRFS_COMPRESS_ZSTD: return zstd_alloc_workspace(level); in alloc_workspace()