Home
last modified time | relevance | path

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

/linux/fs/btrfs/
H A Dcompression.c869 static struct list_head *get_workspace(struct btrfs_fs_info *fs_info, int type, int level) in get_workspace() function
1020 workspace = get_workspace(fs_info, type, level); in btrfs_compress_bio()
1060 workspace = get_workspace(fs_info, type, 0); in btrfs_decompress_bio()
1090 workspace = get_workspace(fs_info, type, 0); in btrfs_decompress()
1568 struct list_head *ws_list = get_workspace(fs_info, 0, 0); in btrfs_compress_heuristic()
/linux/net/ceph/
H A Dosdmap.c1042 static struct crush_work *get_workspace(struct workspace_manager *wsm, in get_workspace() function
2504 work = get_workspace(&map->crush_wsm, map->crush); in do_crush()