Lines Matching refs:list_head
108 struct list_head idle_ws;
118 struct list_head *btrfs_get_workspace(int type, unsigned int level);
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,
148 struct list_head *zlib_alloc_workspace(unsigned int level);
149 void zlib_free_workspace(struct list_head *ws);
150 struct list_head *zlib_get_workspace(unsigned int level);
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,
159 struct list_head *lzo_alloc_workspace(unsigned int level);
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,
171 struct list_head *zstd_alloc_workspace(unsigned int level);
172 void zstd_free_workspace(struct list_head *ws);
173 struct list_head *zstd_get_workspace(unsigned int level);
174 void zstd_put_workspace(struct list_head *ws);