Home
last modified time | relevance | path

Searched refs:root_name (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/hmdfs/
H A Dhmdfs_server.c132 const char *root_name = sbi->local_dst; in hmdfs_open_link() local
136 path_len = strlen(root_name) + strlen(path) + 2; in hmdfs_open_link()
147 sprintf(real_path, "%s%s", root_name, path); in hmdfs_open_link()
165 const char *root_name = sbi->local_dst; in hmdfs_open_path() local
167 err = kern_path(root_name, 0, &root_path); in hmdfs_open_path()
/kernel/linux/linux-6.6/fs/hmdfs/
H A Dhmdfs_server.c132 const char *root_name = sbi->local_dst; in hmdfs_open_link() local
136 path_len = strlen(root_name) + strlen(path) + 2; in hmdfs_open_link()
147 sprintf(real_path, "%s%s", root_name, path); in hmdfs_open_link()
165 const char *root_name = sbi->local_dst; in hmdfs_open_path() local
167 err = kern_path(root_name, 0, &root_path); in hmdfs_open_path()
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dvio.c1462 * @root_name - OF node name for the root of the subtree to search.
1468 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()
/kernel/linux/linux-6.6/arch/powerpc/platforms/pseries/
H A Dvio.c1477 * @root_name - OF node name for the root of the subtree to search.
1483 static void __init vio_bus_scan_register_devices(char *root_name) in vio_bus_scan_register_devices() argument
1487 if (!root_name) in vio_bus_scan_register_devices()
1490 node_root = of_find_node_by_name(NULL, root_name); in vio_bus_scan_register_devices()

Completed in 11 milliseconds