Lines Matching refs:btrfs_compress_op
826 const struct btrfs_compress_op btrfs_heuristic_compress = {
835 static const struct btrfs_compress_op * const btrfs_compress_op[] = { variable
844 const struct btrfs_compress_op *ops) in btrfs_init_workspace_manager()
968 return btrfs_compress_op[type]->get_workspace(level); in get_workspace()
1006 return btrfs_compress_op[type]->put_workspace(ws); in put_workspace()
1045 ret = btrfs_compress_op[type]->compress_pages(workspace, mapping, in btrfs_compress_pages()
1074 ret = btrfs_compress_op[type]->decompress_bio(workspace, cb); in btrfs_decompress_bio()
1092 ret = btrfs_compress_op[type]->decompress(workspace, data_in, in btrfs_decompress()
1105 btrfs_compress_op[i]->init_workspace_manager(); in btrfs_init_compress()
1113 btrfs_compress_op[i]->cleanup_workspace_manager(); in btrfs_exit_compress()
1626 const struct btrfs_compress_op *ops = btrfs_compress_op[type]; in btrfs_compress_set_level()