Home
last modified time | relevance | path

Searched defs:btrfs_compress_op (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/fs/btrfs/
Dcompression.h129 struct btrfs_compress_op { struct
130 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
Dcompression.c835 static const struct btrfs_compress_op * const btrfs_compress_op[] = { variable