Lines Matching refs:ws
44 struct list_head *ws = btrfs_get_workspace(&wsm, level); in zlib_get_workspace() local
45 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_get_workspace()
49 return ws; in zlib_get_workspace()
52 static void zlib_put_workspace(struct list_head *ws) in zlib_put_workspace() argument
54 btrfs_put_workspace(&wsm, ws); in zlib_put_workspace()
57 static void zlib_free_workspace(struct list_head *ws) in zlib_free_workspace() argument
59 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_free_workspace()
91 static int zlib_compress_pages(struct list_head *ws, in zlib_compress_pages() argument
99 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_compress_pages()
231 static int zlib_decompress_bio(struct list_head *ws, struct compressed_bio *cb) in zlib_decompress_bio() argument
233 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_decompress_bio()
322 static int zlib_decompress(struct list_head *ws, unsigned char *data_in, in zlib_decompress() argument
327 struct workspace *workspace = list_entry(ws, struct workspace, list); in zlib_decompress()