| /Linux-v5.4/drivers/staging/uwb/ | 
| D | uwb-debug.c | 54 static struct dentry *root_dir;  variable283 	if (root_dir) {  in uwb_dbg_add_rc()
 285 						     root_dir);  in uwb_dbg_add_rc()
 318 	if (root_dir) {  in uwb_dbg_del_rc()
 332 	root_dir = debugfs_create_dir("uwb", NULL);  in uwb_dbg_init()
 340 	debugfs_remove(root_dir);  in uwb_dbg_exit()
 351 	if (root_dir && rc->dbg && rc->dbg->root_d && pal->name)  in uwb_dbg_create_pal_dir()
 
 | 
| /Linux-v5.4/kernel/irq/ | 
| D | debugfs.c | 257 	struct dentry *root_dir;  in irq_debugfs_init()  local260 	root_dir = debugfs_create_dir("irq", NULL);  in irq_debugfs_init()
 262 	irq_domain_debugfs_init(root_dir);  in irq_debugfs_init()
 264 	irq_dir = debugfs_create_dir("irqs", root_dir);  in irq_debugfs_init()
 
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-buildid-cache.c | 35 	char root_dir[PATH_MAX];  in build_id_cache__kcore_buildid()  local38 	strlcpy(root_dir, proc_dir, sizeof(root_dir));  in build_id_cache__kcore_buildid()
 40 	p = strrchr(root_dir, '/');  in build_id_cache__kcore_buildid()
 44 	return sysfs__sprintf_build_id(root_dir, sbuildid);  in build_id_cache__kcore_buildid()
 
 | 
| /Linux-v5.4/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 | 898 	root = befs_iget(sb, iaddr2blockno(sb, &(befs_sb->root_dir)));  in befs_fill_super()
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | dso.c | 68 				   char *root_dir, char *filename, size_t size)  in dso__read_binary_type_filename()  argument176 			    root_dir, dso->long_name);  in dso__read_binary_type_filename()
 471 	char *root_dir = (char *)"";  in __open_dso()  local
 479 		root_dir = machine->root_dir;  in __open_dso()
 482 					    root_dir, name, PATH_MAX))  in __open_dso()
 1263 	sprintf(path, "%s/sys/kernel/notes", machine->root_dir);  in dso__read_running_kernel_build_id()
 1270 				    const char *root_dir)  in dso__kernel_module_get_build_id()  argument
 1281 		 root_dir, (int)strlen(name) - 1, name);  in dso__kernel_module_get_build_id()
 
 | 
| D | machine.h | 47 	char		  *root_dir;  member154 			      const char *root_dir);
 164 int machine__init(struct machine *machine, const char *root_dir, pid_t pid);
 
 | 
| D | machine.c | 79 int machine__init(struct machine *machine, const char *root_dir, pid_t pid)  in machine__init()  argument101 	machine->root_dir = strdup(root_dir);  in machine__init()
 102 	if (machine->root_dir == NULL)  in machine__init()
 126 		zfree(&machine->root_dir);  in machine__init()
 218 	zfree(&machine->root_dir);  in machine__exit()
 261 			      const char *root_dir)  in machines__add()  argument
 271 	if (machine__init(machine, root_dir, pid) != 0) {  in machines__add()
 335 	const char *root_dir = "";  in machines__findnew()  local
 358 		root_dir = path;  in machines__findnew()
 361 	machine = machines__add(machines, pid, root_dir);  in machines__findnew()
 [all …]
 
 | 
| D | build-id.h | 18 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id);
 | 
| D | dso.h | 251 int dso__kernel_module_get_build_id(struct dso *dso, const char *root_dir);255 				   char *root_dir, char *filename, size_t size);
 
 | 
| D | build-id.c | 109 int sysfs__sprintf_build_id(const char *root_dir, char *sbuild_id)  in sysfs__sprintf_build_id()  argument115 	if (!root_dir)  in sysfs__sprintf_build_id()
 116 		root_dir = "";  in sysfs__sprintf_build_id()
 118 	scnprintf(notes, sizeof(notes), "%s/sys/kernel/notes", root_dir);  in sysfs__sprintf_build_id()
 
 | 
| D | symbol.c | 809 						 machine->root_dir, module);  in map_groups__split_kallsyms()1612 	char *root_dir = (char *) "";  in dso__load()  local
 1666 		root_dir = machine->root_dir;  in dso__load()
 1710 						   root_dir, name, PATH_MAX))  in dso__load()
 2076 		sprintf(path, "%s/proc/kallsyms", machine->root_dir);  in dso__load_guest_kernel_sym()
 
 | 
| D | synthetic-events.c | 296 		 machine->root_dir, pid, pid);  in perf_event__synthesize_mmap_events()510 		 machine->root_dir, pid);  in __event__synthesize_thread()
 739 	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.4/samples/bpf/ | 
| D | run_cookie_uid_helper_example.sh | 4 root_dir=$local_dir/../..
 | 
| /Linux-v5.4/tools/perf/scripts/python/ | 
| D | export-to-postgresql.py | 980 def machine_table(machine_id, pid, root_dir, *x):  argument981 	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.4/drivers/staging/exfat/ | 
| D | exfat_super.c | 598 		fid->start_clu = p_fs->root_dir;  in ffsLookupFile()1254 		if ((olddir.dir != p_fs->root_dir) && (dentry < 2)) {  in ffsMoveFile()
 1428 		if ((fid->dir.dir == p_fs->root_dir) &&
 1518 		if ((fid->dir.dir == p_fs->root_dir) &&  in ffsReadStat()
 1530 			dir.dir = p_fs->root_dir;  in ffsReadStat()
 1533 			if (p_fs->root_dir == CLUSTER_32(0)) {  in ffsReadStat()
 1668 		if ((fid->dir.dir == p_fs->root_dir) &&  in ffsWriteStat()
 1962 		dir.dir = p_fs->root_dir;  in ffsReadDir()
 2153 		if ((dir.dir != p_fs->root_dir) && (dentry < 2))  in ffsRemoveDir()
 3793 	EXFAT_I(inode)->fid.dir.dir = p_fs->root_dir;  in exfat_read_root()
 [all …]
 
 | 
| D | exfat_core.c | 517 	clu.dir = p_fs->root_dir;  in load_alloc_bitmap()854 	clu.dir = p_fs->root_dir;  in load_upcase_table()
 2074 			if (p_dir->dir != p_fs->root_dir)  in find_empty_entry()
 2114 			if (p_dir->dir != p_fs->root_dir) {  in find_empty_entry()
 2161 	if (p_dir->dir == p_fs->root_dir) {  in fat_find_dir_entry()
 2260 	if (p_dir->dir == p_fs->root_dir) {  in exfat_find_dir_entry()
 2536 			if ((p_dir->dir == p_fs->root_dir) || ((++count) > 2))  in is_dir_empty()
 3058 	p_fs->root_dir = 0;  in fat16_mount()
 3111 	p_fs->root_dir = GET32(p_bpb->root_cluster);  in fat32_mount()
 3186 	p_fs->root_dir = GET32(p_bpb->root_cluster);  in exfat_mount()
 [all …]
 
 | 
| D | exfat.h | 601 	u32      root_dir;               /* root dir cluster */  member
 | 
| /Linux-v5.4/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.4/tools/perf/util/scripting-engines/ | 
| D | trace-event-python.c | 985 	tuple_set_string(t, 2, machine->root_dir ? machine->root_dir : "");  in python_export_machine()
 |