Searched refs:get_workspace (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | compression.c | 1043 static struct list_head *get_workspace(int type, int level) in get_workspace() function 1161 workspace = get_workspace(type, level); in btrfs_compress_pages() 1188 workspace = get_workspace(type, 0); in btrfs_decompress_bio() 1206 workspace = get_workspace(type, 0); in btrfs_decompress() 1638 struct list_head *ws_list = get_workspace(0, 0); in btrfs_compress_heuristic()
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | compression.c | 801 static struct list_head *get_workspace(int type, int level) in get_workspace() function 916 workspace = get_workspace(type, level); in btrfs_compress_pages() 929 workspace = get_workspace(type, 0); in btrfs_decompress_bio() 949 workspace = get_workspace(type, 0); in btrfs_decompress() 1370 struct list_head *ws_list = get_workspace(0, 0); in btrfs_compress_heuristic()
|
/kernel/linux/linux-5.10/net/ceph/ |
H A D | osdmap.c | 1035 static struct crush_work *get_workspace(struct workspace_manager *wsm, in get_workspace() function 2472 work = get_workspace(&map->crush_wsm, map->crush); in do_crush()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | osdmap.c | 1051 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()
|
Completed in 12 milliseconds