Searched refs:workstn_tree (Results 1 – 3 of 3) sorted by relevance
48 grp = radix_tree_lookup(&sbi->workstn_tree, index); in erofs_find_workgroup()90 err = radix_tree_insert(&sbi->workstn_tree, in erofs_register_workgroup()129 found = radix_tree_gang_lookup(&sbi->workstn_tree, in erofs_shrink_workstation()153 if (radix_tree_delete(&sbi->workstn_tree, in erofs_shrink_workstation()
96 struct radix_tree_root workstn_tree; member173 #define erofs_workstn_lock(sbi) xa_lock(&(sbi)->workstn_tree)174 #define erofs_workstn_unlock(sbi) xa_unlock(&(sbi)->workstn_tree)
364 INIT_RADIX_TREE(&sbi->workstn_tree, GFP_ATOMIC); in erofs_read_super()