Lines Matching refs:ws
125 void btrfs_put_workspace(int type, struct list_head *ws);
147 int zlib_compress_pages(struct list_head *ws, struct address_space *mapping,
150 int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
151 int zlib_decompress(struct list_head *ws, unsigned char *data_in,
155 void zlib_free_workspace(struct list_head *ws);
158 int lzo_compress_pages(struct list_head *ws, struct address_space *mapping,
161 int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
162 int lzo_decompress(struct list_head *ws, unsigned char *data_in,
166 void lzo_free_workspace(struct list_head *ws);
168 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping,
171 int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
172 int zstd_decompress(struct list_head *ws, unsigned char *data_in,
178 void zstd_free_workspace(struct list_head *ws);
180 void zstd_put_workspace(struct list_head *ws);