/Linux-v5.10/fs/btrfs/ |
D | tree-defrag.c | 51 struct extent_buffer *root_node; in btrfs_defrag_leaves() local 54 root_node = btrfs_lock_root_node(root); in btrfs_defrag_leaves() 55 btrfs_set_lock_blocking_write(root_node); in btrfs_defrag_leaves() 56 nritems = btrfs_header_nritems(root_node); in btrfs_defrag_leaves() 59 btrfs_node_key_to_cpu(root_node, &root->defrag_max, in btrfs_defrag_leaves() 61 btrfs_tree_unlock(root_node); in btrfs_defrag_leaves() 62 free_extent_buffer(root_node); in btrfs_defrag_leaves()
|
D | backref.c | 1956 struct ulist_node *root_node = NULL; local 1993 while (!ret && (root_node = ulist_next(roots, &root_uiter))) { 1996 root_node->val, ref_node->val, 2001 root_node->val,
|
/Linux-v5.10/drivers/firewire/ |
D | core-card.c | 291 struct fw_node *root_node; in bm_work() local 310 root_node = card->root_node; in bm_work() 311 fw_node_get(root_node); in bm_work() 312 root_device = root_node->data; in bm_work() 325 root_id = root_node->node_id; in bm_work() 466 root_node->max_hops < ARRAY_SIZE(gap_count_table)) in bm_work() 467 gap_count = gap_count_table[root_node->max_hops]; in bm_work() 509 fw_node_put(root_node); in bm_work()
|
D | core-topology.c | 300 card->root_node = node; in build_tree() 443 if (card->root_node == node1) in update_tree() 444 card->root_node = node0; in update_tree() 493 int node_count = (card->root_node->node_id & 0x3f) + 1; in update_topology_map()
|
D | core-device.c | 912 if (current_node == card->root_node) in lookup_existing_device() 1009 if (device->node == card->root_node) in fw_device_init() 1088 if (device->node == card->root_node) in fw_device_init() 1192 if (node_id == card->root_node->node_id) in fw_device_refresh()
|
D | core-cdev.c | 352 event->root_node_id = card->root_node->node_id; in fill_bus_reset_event()
|
/Linux-v5.10/arch/sparc/kernel/ |
D | cpumap.c | 396 struct cpuinfo_node *root_node; in _map_to_cpu() local 404 root_node = &cpuinfo_tree->nodes[0]; in _map_to_cpu() 406 if (unlikely(root_node->num_cpus != num_online_cpus())) { in _map_to_cpu() 412 return cpu_distribution_map[index % root_node->num_cpus]; in _map_to_cpu()
|
/Linux-v5.10/kernel/gcov/ |
D | fs.c | 66 static struct gcov_node root_node; variable 497 while ((node != &root_node) && list_empty(&node->children)) { in remove_node() 575 parent = &root_node; in add_node() 756 init_node(&root_node, NULL, NULL, NULL); in gcov_fs_init() 761 root_node.dentry = debugfs_create_dir("gcov", NULL); in gcov_fs_init() 766 debugfs_create_file("reset", 0600, root_node.dentry, NULL, in gcov_fs_init()
|
/Linux-v5.10/drivers/staging/media/atomisp/include/hmm/ |
D | hmm_bo.h | 53 #define rbtree_node_to_hmm_bo(root_node) \ argument 54 container_of((root_node), struct hmm_buffer_object, node)
|
/Linux-v5.10/include/linux/ |
D | of_pdt.h | 36 extern void of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops);
|
D | firewire.h | 109 struct fw_node *root_node; member
|
/Linux-v5.10/drivers/of/ |
D | pdt.c | 200 void __init of_pdt_build_devicetree(phandle root_node, struct of_pdt_ops *ops) in of_pdt_build_devicetree() argument 205 of_root = of_pdt_create_node(root_node, NULL); in of_pdt_build_devicetree()
|
/Linux-v5.10/drivers/sbus/char/ |
D | envctrl.c | 902 struct device_node *root_node; in envctrl_init_i2c_child() local 905 root_node = of_find_node_by_path("/"); in envctrl_init_i2c_child() 906 if (of_node_name_eq(root_node, "SUNW,UltraSPARC-IIi-cEngine")) { in envctrl_init_i2c_child() 910 of_node_put(root_node); in envctrl_init_i2c_child() 913 of_node_put(root_node); in envctrl_init_i2c_child()
|
/Linux-v5.10/fs/nfs/ |
D | dir.c | 2410 struct rb_root *root_node = &nfsi->access_cache; in __nfs_access_zap_cache() local 2415 while ((n = rb_first(root_node)) != NULL) { in __nfs_access_zap_cache() 2417 rb_erase(n, root_node); in __nfs_access_zap_cache() 2551 struct rb_root *root_node = &nfsi->access_cache; in nfs_access_add_rbtree() local 2552 struct rb_node **p = &root_node->rb_node; in nfs_access_add_rbtree() 2571 rb_insert_color(&set->rb_node, root_node); in nfs_access_add_rbtree() 2576 rb_replace_node(parent, &set->rb_node, root_node); in nfs_access_add_rbtree()
|