Home
last modified time | relevance | path

Searched refs:heuristic_wsm (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/fs/btrfs/
Dcompression.c765 static struct workspace_manager heuristic_wsm; variable
769 btrfs_init_workspace_manager(&heuristic_wsm, &btrfs_heuristic_compress); in heuristic_init_workspace_manager()
774 btrfs_cleanup_workspace_manager(&heuristic_wsm); in heuristic_cleanup_workspace_manager()
779 return btrfs_get_workspace(&heuristic_wsm, level); in heuristic_get_workspace()
784 btrfs_put_workspace(&heuristic_wsm, ws); in heuristic_put_workspace()