Searched refs:workstn_tree (Results 1 – 3 of 3) sorted by relevance
69 grp = radix_tree_lookup(&sbi->workstn_tree, index); in erofs_find_workgroup()104 xa_lock(&sbi->workstn_tree); in erofs_register_workgroup()115 err = radix_tree_insert(&sbi->workstn_tree, grp->index, grp); in erofs_register_workgroup()123 xa_unlock(&sbi->workstn_tree); in erofs_register_workgroup()179 DBG_BUGON(xa_untag_pointer(radix_tree_delete(&sbi->workstn_tree, in erofs_try_to_release_workgroup()200 xa_lock(&sbi->workstn_tree); in erofs_shrink_workstation()202 found = radix_tree_gang_lookup(&sbi->workstn_tree, in erofs_shrink_workstation()218 xa_unlock(&sbi->workstn_tree); in erofs_shrink_workstation()
56 struct radix_tree_root workstn_tree; member
396 INIT_RADIX_TREE(&sbi->workstn_tree, GFP_ATOMIC); in erofs_fill_super()