Lines Matching refs:ws
124 void btrfs_put_workspace(int type, struct list_head *ws);
146 int zlib_compress_pages(struct list_head *ws, struct address_space *mapping,
149 int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
150 int zlib_decompress(struct list_head *ws, const u8 *data_in,
154 void zlib_free_workspace(struct list_head *ws);
157 int lzo_compress_pages(struct list_head *ws, struct address_space *mapping,
160 int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
161 int lzo_decompress(struct list_head *ws, const u8 *data_in,
165 void lzo_free_workspace(struct list_head *ws);
167 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping,
170 int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
171 int zstd_decompress(struct list_head *ws, const u8 *data_in,
177 void zstd_free_workspace(struct list_head *ws);
179 void zstd_put_workspace(struct list_head *ws);