Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dzlib.c72 struct list_head *zlib_alloc_workspace(struct btrfs_fs_info *fs_info, unsigned int level) in zlib_alloc_workspace() function
H A Dcompression.c746 case BTRFS_COMPRESS_ZLIB: return zlib_alloc_workspace(fs_info, level); in alloc_workspace()