Home
last modified time | relevance | path

Searched refs:parent_path (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/pseries/
Dof_helpers.c19 char *parent_path = "/"; in pseries_of_derive_parent() local
30 parent_path = kstrndup(path, tail - path, GFP_KERNEL); in pseries_of_derive_parent()
31 if (!parent_path) in pseries_of_derive_parent()
34 parent = of_find_node_by_path(parent_path); in pseries_of_derive_parent()
35 if (strcmp(parent_path, "/")) in pseries_of_derive_parent()
36 kfree(parent_path); in pseries_of_derive_parent()
Ddlpar.c143 const char *parent_path = parent->full_name; in dlpar_configure_connector() local
177 dn = dlpar_parse_cc_node(ccwa, parent_path); in dlpar_configure_connector()
188 parent_path = last_dn->full_name; in dlpar_configure_connector()
190 dn = dlpar_parse_cc_node(ccwa, parent_path); in dlpar_configure_connector()
221 parent_path = last_dn->parent->full_name; in dlpar_configure_connector()
/linux-4.4.14/kernel/
Daudit_watch.c418 struct path parent_path; in audit_add_watch() local
424 ret = audit_get_nd(watch, &parent_path); in audit_add_watch()
433 parent = audit_find_parent(d_backing_inode(parent_path.dentry)); in audit_add_watch()
435 parent = audit_init_parent(&parent_path); in audit_add_watch()
447 path_put(&parent_path); in audit_add_watch()
/linux-4.4.14/drivers/acpi/acpica/
Ddbcmds.c796 char *parent_path; in acpi_db_device_resources() local
801 parent_path = acpi_ns_get_external_pathname(node); in acpi_db_device_resources()
802 if (!parent_path) { in acpi_db_device_resources()
821 acpi_os_printf("\nDevice: %s\n", parent_path); in acpi_db_device_resources()
997 ACPI_FREE(parent_path); in acpi_db_device_resources()
/linux-4.4.14/fs/
Dnamespace.c1900 struct path *parent_path) in attach_recursive_mnt() argument
1920 if (parent_path) { in attach_recursive_mnt()
1921 detach_mnt(source_mnt, parent_path); in attach_recursive_mnt()
2235 struct path old_path, parent_path; in do_move_mount() local
2287 err = attach_recursive_mnt(old, real_mount(path->mnt), mp, &parent_path); in do_move_mount()
2298 path_put(&parent_path); in do_move_mount()
2980 struct path new, old, parent_path, root_parent, root; in SYSCALL_DEFINE2() local
3042 detach_mnt(new_mnt, &parent_path); in SYSCALL_DEFINE2()
3063 path_put(&parent_path); in SYSCALL_DEFINE2()