Searched refs:root_d (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/kernel/trace/rv/ |
| H A D | rv.c | 424 struct dentry *root = parent ? parent->root_d : get_monitors_root(); in create_monitor_dir() 429 mdef->root_d = rv_create_dir(name, root); in create_monitor_dir() 430 if (!mdef->root_d) in create_monitor_dir() 433 tmp = rv_create_file("enable", RV_MODE_WRITE, mdef->root_d, mdef, &interface_enable_fops); in create_monitor_dir() 439 tmp = rv_create_file("desc", RV_MODE_READ, mdef->root_d, mdef, &interface_desc_fops); in create_monitor_dir() 452 rv_remove(mdef->root_d); in create_monitor_dir() 774 rv_remove(mdef->root_d); in destroy_monitor_dir()
|
| H A D | rv.h | 39 struct dentry *root_d; member
|
| H A D | rv_reactors.c | 465 tmp = rv_create_file("reactors", RV_MODE_WRITE, mdef->root_d, mdef, &monitor_reactors_ops); in reactor_populate_monitor()
|
| /linux-6.15/net/xfrm/ |
| H A D | xfrm_policy.c | 135 struct rb_root root_d; member 774 bin->root_d = RB_ROOT; in xfrm_policy_inexact_alloc_bin() 1142 xfrm_policy_inexact_gc_tree(&b->root_d, net_exit); in __xfrm_policy_inexact_prune_bin() 1146 if (!RB_EMPTY_ROOT(&b->root_d) || !RB_EMPTY_ROOT(&b->root_s) || in __xfrm_policy_inexact_prune_bin() 1211 &bin->root_d, in xfrm_policy_inexact_alloc_chain() 2043 n = xfrm_policy_lookup_inexact_addr(&b->root_d, &b->count, daddr, in xfrm_policy_find_inexact_candidates()
|