Lines Matching defs:type
35 const char* btrfs_compress_type2str(enum btrfs_compression_type type) in btrfs_compress_type2str()
66 static int compression_compress_pages(int type, struct list_head *ws, in compression_compress_pages()
97 static int compression_decompress_bio(int type, struct list_head *ws, in compression_decompress_bio()
114 static int compression_decompress(int type, struct list_head *ws, in compression_decompress()
946 static struct list_head *alloc_workspace(int type, unsigned int level) in alloc_workspace()
962 static void free_workspace(int type, struct list_head *ws) in free_workspace()
978 static void btrfs_init_workspace_manager(int type) in btrfs_init_workspace_manager()
1004 static void btrfs_cleanup_workspace_manager(int type) in btrfs_cleanup_workspace_manager()
1024 struct list_head *btrfs_get_workspace(int type, unsigned int level) in btrfs_get_workspace()
1103 static struct list_head *get_workspace(int type, int level) in get_workspace()
1123 void btrfs_put_workspace(int type, struct list_head *ws) in btrfs_put_workspace()
1154 static void put_workspace(int type, struct list_head *ws) in put_workspace()
1174 static unsigned int btrfs_compress_set_level(int type, unsigned level) in btrfs_compress_set_level()
1212 int type = btrfs_compress_type(type_level); in btrfs_compress_pages() local
1229 int type = cb->compress_type; in btrfs_decompress_bio() local
1243 int btrfs_decompress(int type, unsigned char *data_in, struct page *dest_page, in btrfs_decompress()
1742 unsigned int btrfs_compress_str2level(unsigned int type, const char *str) in btrfs_compress_str2level()