Home
last modified time | relevance | path

Searched refs:root_name (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
Dhmdfs_server.c81 const char *root_name = sbi->local_dst; in hmdfs_open_link() local
85 path_len = strlen(root_name) + strlen(path) + 2; in hmdfs_open_link()
96 sprintf(real_path, "%s%s", root_name, path); in hmdfs_open_link()
114 const char *root_name = sbi->local_dst; in hmdfs_open_path() local
116 err = kern_path(root_name, 0, &root_path); in hmdfs_open_path()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
Dvio.c1468 static void vio_bus_scan_register_devices(char *root_name) in vio_bus_scan_register_devices() argument
1472 if (!root_name) in vio_bus_scan_register_devices()
1475 node_root = of_find_node_by_name(NULL, root_name); in vio_bus_scan_register_devices()