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

/linux-master/fs/btrfs/
H A Dzstd.c96 struct list_head *zstd_alloc_workspace(unsigned int level);
191 ws = zstd_alloc_workspace(ZSTD_BTRFS_MAX_LEVEL);
285 ws = zstd_alloc_workspace(level);
351 struct list_head *zstd_alloc_workspace(unsigned int level) function
H A Dcompression.h182 struct list_head *zstd_alloc_workspace(unsigned int level);
H A Dcompression.c743 case BTRFS_COMPRESS_ZSTD: return zstd_alloc_workspace(level);

Completed in 227 milliseconds