Searched defs:btrfs_compress_op (Results 1 – 2 of 2) sorted by relevance
129 struct btrfs_compress_op { struct130 void (*init_workspace_manager)(void);132 void (*cleanup_workspace_manager)(void);134 struct list_head *(*get_workspace)(unsigned int level);136 void (*put_workspace)(struct list_head *ws);138 struct list_head *(*alloc_workspace)(unsigned int level);140 void (*free_workspace)(struct list_head *workspace);142 int (*compress_pages)(struct list_head *workspace,167 extern const struct btrfs_compress_op btrfs_heuristic_compress; argument
835 static const struct btrfs_compress_op * const btrfs_compress_op[] = { variable