Lines Matching refs:list_head
113 struct list_head idle_ws;
123 struct list_head *btrfs_get_workspace(int type, unsigned int level);
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, unsigned char *data_in,
153 struct list_head *zlib_alloc_workspace(unsigned int level);
154 void zlib_free_workspace(struct list_head *ws);
155 struct list_head *zlib_get_workspace(unsigned int level);
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, unsigned char *data_in,
164 struct list_head *lzo_alloc_workspace(unsigned int level);
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, unsigned char *data_in,
176 struct list_head *zstd_alloc_workspace(unsigned int level);
177 void zstd_free_workspace(struct list_head *ws);
178 struct list_head *zstd_get_workspace(unsigned int level);
179 void zstd_put_workspace(struct list_head *ws);