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