Searched refs:rb_find_add (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/btrfs/ |
| H A D | ulist.c | 173 node = rb_find_add(&ins->rb_node, &ulist->root, ulist_node_val_cmp); in ulist_rbtree_insert()
|
| H A D | ref-verify.c | 103 node = rb_find_add(&be->node, root, block_entry_bytenr_cmp); in insert_block_entry() 140 node = rb_find_add(&re->node, root, root_entry_root_objectid_cmp); in insert_root_entry() 178 node = rb_find_add(&ref->node, root, ref_entry_cmp); in insert_ref_entry()
|
| H A D | qgroup.c | 211 node = rb_find_add(&prealloc->node, &fs_info->qgroup_tree, btrfs_qgroup_qgroupid_cmp); in add_qgroup_rb() 4736 node = rb_find_add(&block->node, &blocks->blocks[level], qgroup_swapped_block_bytenr_cmp); in btrfs_qgroup_add_swapped_blocks()
|
| H A D | disk-io.c | 733 tmp = rb_find_add(&root->rb_node, &fs_info->global_root_tree, global_root_cmp); in btrfs_global_root_insert()
|
| /linux/tools/include/linux/ |
| H A D | rbtree.h | 234 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add() function
|
| /linux/include/linux/ |
| H A D | rbtree.h | 288 rb_find_add(struct rb_node *node, struct rb_root *tree, in rb_find_add() function
|
| /linux/drivers/iommu/intel/ |
| H A D | iommu.c | 146 curr = rb_find_add(&info->node, &iommu->device_rbtree, device_rid_cmp); in device_rbtree_insert()
|
| /linux/drivers/iommu/arm/arm-smmu-v3/ |
| H A D | arm-smmu-v3.c | 3478 existing = rb_find_add(&new_stream->node, &smmu->streams, in arm_smmu_insert_master()
|