Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dcompression.c900 static struct list_head *get_workspace(int type, int level) in get_workspace() function
1045 workspace = get_workspace(type, level); in btrfs_compress_folios()
1060 workspace = get_workspace(type, 0); in btrfs_decompress_bio()
1089 workspace = get_workspace(type, 0); in btrfs_decompress()
1526 struct list_head *ws_list = get_workspace(0, 0); in btrfs_compress_heuristic()
/linux-6.15/net/ceph/
H A Dosdmap.c1051 static struct crush_work *get_workspace(struct workspace_manager *wsm, in get_workspace() function
2507 work = get_workspace(&map->crush_wsm, map->crush); in do_crush()