Home
last modified time | relevance | path

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

/linux/fs/btrfs/
A Dzstd.c97 struct list_head *zstd_alloc_workspace(unsigned int level);
192 ws = zstd_alloc_workspace(ZSTD_BTRFS_MAX_LEVEL); in zstd_init_workspace_manager()
286 ws = zstd_alloc_workspace(level); in zstd_get_workspace()
352 struct list_head *zstd_alloc_workspace(unsigned int level) in zstd_alloc_workspace() function
A Dcompression.h190 struct list_head *zstd_alloc_workspace(unsigned int level);
A Dcompression.c750 case BTRFS_COMPRESS_ZSTD: return zstd_alloc_workspace(level); in alloc_workspace()

Completed in 9 milliseconds