Home
last modified time | relevance | path

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

/linux-6.6.21/fs/btrfs/
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
Dcompression.h171 struct list_head *zstd_alloc_workspace(unsigned int level);
Dcompression.c650 case BTRFS_COMPRESS_ZSTD: return zstd_alloc_workspace(level); in alloc_workspace()