Searched refs:rb_find_add_cached (Results 1 – 6 of 6) sorted by relevance
/linux/include/linux/ |
H A D | rbtree.h | 223 rb_find_add_cached(struct rb_node *node, struct rb_root_cached *tree, in rb_find_add_cached() function
|
/linux/fs/btrfs/ |
H A D | delayed-ref.c | 336 exist = rb_find_add_cached(node, root, cmp_refs_node); in tree_insert()
|
H A D | delayed-inode.c | 395 exist = rb_find_add_cached(&ins->rb_node, root, btrfs_delayed_item_cmp); in __btrfs_add_delayed_item()
|
H A D | backref.c | 299 exist = rb_find_add_cached(&newref->rbnode, root, prelim_ref_rb_add_cmp); in prelim_ref_insert()
|
H A D | block-group.c | 204 exist = rb_find_add_cached(&block_group->cache_node, in btrfs_add_block_group_cache()
|
H A D | volumes.c | 5551 exist = rb_find_add_cached(&map->rb_node, &fs_info->mapping_tree, in btrfs_add_chunk_map()
|