Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dzstd.c95 struct list_head *zstd_alloc_workspace(unsigned int level);
186 ws = zstd_alloc_workspace(ZSTD_BTRFS_MAX_LEVEL); in zstd_init_workspace_manager()
278 ws = zstd_alloc_workspace(level); in zstd_get_workspace()
343 struct list_head *zstd_alloc_workspace(unsigned int level) in zstd_alloc_workspace() function
Dcompression.h177 struct list_head *zstd_alloc_workspace(unsigned int level);
Dcompression.c887 case BTRFS_COMPRESS_ZSTD: return zstd_alloc_workspace(level); in alloc_workspace()