| /Linux-v5.15/kernel/irq/ | 
| D | debugfs.c | 241 	struct dentry *root_dir;  in irq_debugfs_init()  local 244 	root_dir = debugfs_create_dir("irq", NULL);  in irq_debugfs_init() 246 	irq_domain_debugfs_init(root_dir);  in irq_debugfs_init() 248 	irq_dir = debugfs_create_dir("irqs", root_dir);  in irq_debugfs_init()
  | 
| /Linux-v5.15/tools/perf/ | 
| D | builtin-buildid-cache.c | 36 	char root_dir[PATH_MAX];  in build_id_cache__kcore_buildid()  local 39 	strlcpy(root_dir, proc_dir, sizeof(root_dir));  in build_id_cache__kcore_buildid() 41 	p = strrchr(root_dir, '/');  in build_id_cache__kcore_buildid() 45 	return sysfs__sprintf_build_id(root_dir, sbuildid);  in build_id_cache__kcore_buildid()
  | 
| /Linux-v5.15/fs/befs/ | 
| D | super.c | 50 	befs_sb->root_dir = fsrun_to_cpu(sb, disk_sb->root_dir);  in befs_load_sb()
  | 
| D | befs.h | 55 	befs_inode_addr root_dir;  member
  | 
| D | befs_fs_types.h | 138 	befs_disk_inode_addr root_dir;  member
  | 
| D | debug.c | 193 	tmp_run = fsrun_to_cpu(sb, sup->root_dir);  in befs_dump_super_block()
  | 
| D | linuxvfs.c | 899 	root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir)));  in befs_fill_super()
  | 
| /Linux-v5.15/samples/bpf/ | 
| D | run_cookie_uid_helper_example.sh | 4 root_dir=$local_dir/../..
  | 
| /Linux-v5.15/tools/perf/util/ | 
| D | machine.h | 48 	char		  *root_dir;  member 162 			      const char *root_dir); 173 int machine__init(struct machine *machine, const char *root_dir, pid_t pid);
  | 
| D | dso.c | 71 				   char *root_dir, char *filename, size_t size)  in dso__read_binary_type_filename()  argument 192 			    root_dir, dso->long_name);  in dso__read_binary_type_filename() 496 	char *root_dir = (char *)"";  in __open_dso()  local 504 		root_dir = machine->root_dir;  in __open_dso() 507 					    root_dir, name, PATH_MAX))  in __open_dso() 1372 	sprintf(path, "%s/sys/kernel/notes", machine->root_dir);  in dso__read_running_kernel_build_id() 1378 				    const char *root_dir)  in dso__kernel_module_get_build_id()  argument 1389 		 root_dir, (int)strlen(name) - 1, name);  in dso__kernel_module_get_build_id()
  | 
| D | machine.c | 85 int machine__init(struct machine *machine, const char *root_dir, pid_t pid)  in machine__init()  argument 107 	machine->root_dir = strdup(root_dir);  in machine__init() 108 	if (machine->root_dir == NULL)  in machine__init() 132 		zfree(&machine->root_dir);  in machine__init() 224 	zfree(&machine->root_dir);  in machine__exit() 267 			      const char *root_dir)  in machines__add()  argument 277 	if (machine__init(machine, root_dir, pid) != 0) {  in machines__add() 341 	const char *root_dir = "";  in machines__findnew()  local 364 		root_dir = path;  in machines__findnew() 367 	machine = machines__add(machines, pid, root_dir);  in machines__findnew() [all …] 
 | 
| D | dso.h | 268 int dso__kernel_module_get_build_id(struct dso *dso, const char *root_dir); 272 				   char *root_dir, char *filename, size_t size);
  | 
| D | build-id.h | 28 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id);
  | 
| D | build-id.c | 117 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id)  in sysfs__sprintf_build_id()  argument 123 	if (!root_dir)  in sysfs__sprintf_build_id() 124 		root_dir = "";  in sysfs__sprintf_build_id() 126 	scnprintf(notes, sizeof(notes), "%s/sys/kernel/notes", root_dir);  in sysfs__sprintf_build_id()
  | 
| D | symbol.c | 836 						 machine->root_dir, module);  in maps__split_kallsyms() 1755 	char *root_dir = (char *) "";  in dso__load()  local 1810 		root_dir = machine->root_dir;  in dso__load() 1849 						   root_dir, name, PATH_MAX))  in dso__load() 2286 		sprintf(path, "%s/proc/kallsyms", machine->root_dir);  in dso__load_guest_kernel_sym()
  | 
| D | synthetic-events.c | 411 		machine->root_dir, pid, pid);  in perf_event__synthesize_mmap_events() 451 				   machine->root_dir, pid, pid);  in perf_event__synthesize_mmap_events() 754 		 machine->root_dir, pid);  in __event__synthesize_thread() 985 	snprintf(proc_path, sizeof(proc_path), "%s/proc", machine->root_dir);  in perf_event__synthesize_threads()
  | 
| D | unwind-libunwind-local.c | 332 				machine->root_dir, debuglink, PATH_MAX);  in read_unwind_spec_debug_frame()
  | 
| /Linux-v5.15/fs/exfat/ | 
| D | super.c | 338 	exfat_chain_set(&ei->dir, sbi->root_dir, 0, ALLOC_FAT_CHAIN);  in exfat_read_root() 340 	ei->start_clu = sbi->root_dir;  in exfat_read_root() 346 	ei->hint_stat.clu = sbi->root_dir;  in exfat_read_root() 349 	exfat_chain_set(&cdir, sbi->root_dir, 0, ALLOC_FAT_CHAIN);  in exfat_read_root() 369 	EXFAT_I(inode)->i_pos = ((loff_t)sbi->root_dir << 32) | 0xffffffff;  in exfat_read_root() 488 	sbi->root_dir = le32_to_cpu(p_boot->root_cluster);  in exfat_read_boot_sector()
  | 
| D | balloc.c | 102 	exfat_chain_set(&clu, sbi->root_dir, 0, ALLOC_FAT_CHAIN);  in exfat_load_bitmap()
  | 
| D | nls.c | 759 	clu.dir = sbi->root_dir;  in exfat_create_upcase_table()
  | 
| D | exfat_fs.h | 225 	unsigned int root_dir; /* root dir cluster */  member
  | 
| D | inode.c | 39 	if (is_dir && ei->dir.dir == sbi->root_dir && ei->entry == -1)  in __exfat_write_inode()
  | 
| /Linux-v5.15/tools/perf/scripts/python/ | 
| D | export-to-postgresql.py | 980 def machine_table(machine_id, pid, root_dir, *x):  argument 981 	root_dir = toserverstr(root_dir) 982 	n = len(root_dir) 984 	value = struct.pack(fmt, 3, 8, machine_id, 4, pid, n, root_dir)
  | 
| /Linux-v5.15/fs/ocfs2/ | 
| D | ocfs2_trace.h | 1711 	TP_PROTO(char *label, char *uuid_str, unsigned long long root_dir, 1713 	TP_ARGS(label, uuid_str, root_dir, system_dir, cluster_bits), 1717 		__field(unsigned long long, root_dir) 1724 		__entry->root_dir = root_dir; 1729 		  __entry->root_dir, __entry->system_dir, __entry->cluster_bits)
  | 
| /Linux-v5.15/tools/perf/util/scripting-engines/ | 
| D | trace-event-python.c | 1074 	tuple_set_string(t, 2, machine->root_dir ? machine->root_dir : "");  in python_export_machine()
  |