Lines Matching refs:ws
126 void btrfs_put_workspace(int type, struct list_head *ws);
148 int zlib_compress_pages(struct list_head *ws, struct address_space *mapping,
151 int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
152 int zlib_decompress(struct list_head *ws, unsigned char *data_in,
156 void zlib_free_workspace(struct list_head *ws);
159 int lzo_compress_pages(struct list_head *ws, struct address_space *mapping,
162 int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
163 int lzo_decompress(struct list_head *ws, unsigned char *data_in,
167 void lzo_free_workspace(struct list_head *ws);
169 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping,
172 int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
173 int zstd_decompress(struct list_head *ws, unsigned char *data_in,
179 void zstd_free_workspace(struct list_head *ws);
181 void zstd_put_workspace(struct list_head *ws);