Lines Matching refs:ws
119 void btrfs_put_workspace(int type, struct list_head *ws);
141 int zlib_compress_pages(struct list_head *ws, struct address_space *mapping,
144 int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
145 int zlib_decompress(struct list_head *ws, const u8 *data_in,
149 void zlib_free_workspace(struct list_head *ws);
152 int lzo_compress_pages(struct list_head *ws, struct address_space *mapping,
155 int lzo_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
156 int lzo_decompress(struct list_head *ws, const u8 *data_in,
160 void lzo_free_workspace(struct list_head *ws);
162 int zstd_compress_pages(struct list_head *ws, struct address_space *mapping,
165 int zstd_decompress_bio(struct list_head *ws, struct compressed_bio *cb);
166 int zstd_decompress(struct list_head *ws, const u8 *data_in,
172 void zstd_free_workspace(struct list_head *ws);
174 void zstd_put_workspace(struct list_head *ws);