Home
last modified time | relevance | path

Searched refs:workstn_tree (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/staging/erofs/
Dutils.c48 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()
Dinternal.h96 struct radix_tree_root workstn_tree; member
173 #define erofs_workstn_lock(sbi) xa_lock(&(sbi)->workstn_tree)
174 #define erofs_workstn_unlock(sbi) xa_unlock(&(sbi)->workstn_tree)
Dsuper.c364 INIT_RADIX_TREE(&sbi->workstn_tree, GFP_ATOMIC); in erofs_read_super()