Searched refs:btrfs_compress_op (Results 1 – 5 of 5) sorted by relevance
134 struct btrfs_compress_op { struct 145 extern const struct btrfs_compress_op btrfs_heuristic_compress; argument 146 extern const struct btrfs_compress_op btrfs_zlib_compress;147 extern const struct btrfs_compress_op btrfs_lzo_compress;148 extern const struct btrfs_compress_op btrfs_zstd_compress;
731 const struct btrfs_compress_op btrfs_heuristic_compress = {735 static const struct btrfs_compress_op * const btrfs_compress_op[] = { variable 780 wsm = btrfs_compress_op[type]->workspace_manager; in btrfs_init_workspace_manager() 806 wsman = btrfs_compress_op[type]->workspace_manager; in btrfs_cleanup_workspace_manager() 833 wsm = btrfs_compress_op[type]->workspace_manager; in btrfs_get_workspace() 929 wsm = btrfs_compress_op[type]->workspace_manager; in btrfs_put_workspace() 973 const struct btrfs_compress_op *ops = btrfs_compress_op[type]; in btrfs_compress_set_level() 988 const struct btrfs_compress_op *op in btrfs_compress_level_valid() [all...]
80 const struct btrfs_compress_op *ops;721 const struct btrfs_compress_op btrfs_zstd_compress = {
490 const struct btrfs_compress_op btrfs_lzo_compress = {
487 const struct btrfs_compress_op btrfs_zlib_compress = {