Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/bcache/src/
Dbcache.c141 struct rb_node *node = bc->rbRoot.rb_node; in RbFindBlock()
154 struct rb_node *node = bc->rbRoot.rb_node; in RbAddBlock()
159 rb_link_node(&block->rbNode, NULL, &bc->rbRoot.rb_node); in RbAddBlock()
170 rb_insert_color(&block->rbNode, &bc->rbRoot); in RbAddBlock()
175 rb_erase(&block->rbNode, &bc->rbRoot); in RbDelBlock()
736 bc->rbRoot.rb_node = NULL; in BcacheInitCache()
/kernel/liteos_a/fs/vfs/include/bcache/
Dbcache.h97 struct rb_root rbRoot; /* block red-black tree root */ member