Home
last modified time | relevance | path

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

/fs/btrfs/
Dzstd.c95 static struct list_head *zstd_alloc_workspace(unsigned int level);
187 ws = zstd_alloc_workspace(ZSTD_BTRFS_MAX_LEVEL); in zstd_init_workspace_manager()
279 ws = zstd_alloc_workspace(level); in zstd_get_workspace()
344 static struct list_head *zstd_alloc_workspace(unsigned int level) in zstd_alloc_workspace() function
719 .alloc_workspace = zstd_alloc_workspace,