Lines Matching refs:list_head
114 struct list_head idle_ws;
124 struct list_head *btrfs_get_workspace(int type, unsigned int level);
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,
154 struct list_head *zlib_alloc_workspace(unsigned int level);
155 void zlib_free_workspace(struct list_head *ws);
156 struct list_head *zlib_get_workspace(unsigned int level);
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,
165 struct list_head *lzo_alloc_workspace(unsigned int level);
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,
177 struct list_head *zstd_alloc_workspace(unsigned int level);
178 void zstd_free_workspace(struct list_head *ws);
179 struct list_head *zstd_get_workspace(unsigned int level);
180 void zstd_put_workspace(struct list_head *ws);