Searched refs:parent_path (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/powerpc/platforms/pseries/
H A Dof_helpers.c21 char *parent_path = "/"; local
32 parent_path = kstrndup(path, tail - path, GFP_KERNEL);
33 if (!parent_path)
36 parent = of_find_node_by_path(parent_path);
37 if (strcmp(parent_path, "/"))
38 kfree(parent_path);
/linux-master/fs/smb/server/
H A Dvfs.c70 struct path *parent_path,
91 parent_path, &last, &type,
99 path_put(parent_path);
104 err = mnt_want_write(parent_path->mnt);
106 path_put(parent_path);
111 inode_lock_nested(parent_path->dentry->d_inode, I_MUTEX_PARENT);
112 d = lookup_one_qstr_excl(&last, parent_path->dentry, 0);
122 path->mnt = mntget(parent_path->mnt);
136 inode_unlock(d_inode(parent_path->dentry));
137 mnt_drop_write(parent_path
68 ksmbd_vfs_path_lookup_locked(struct ksmbd_share_config *share_conf, char *pathname, unsigned int flags, struct path *parent_path, struct path *path) argument
1216 ksmbd_vfs_kern_path_locked(struct ksmbd_work *work, char *name, unsigned int flags, struct path *parent_path, struct path *path, bool caseless) argument
1299 ksmbd_vfs_kern_path_unlock(struct path *parent_path, struct path *path) argument
[all...]
H A Dvfs.h119 unsigned int flags, struct path *parent_path,
121 void ksmbd_vfs_kern_path_unlock(struct path *parent_path, struct path *path);
H A Dsmb2pdu.c2544 static int smb2_creat(struct ksmbd_work *work, struct path *parent_path, argument
2573 rc = ksmbd_vfs_kern_path_locked(work, name, 0, parent_path, path, 0);
2802 struct path path, parent_path; local
3065 &parent_path, &path, 1);
3185 rc = smb2_creat(work, &parent_path, &path, name, open_flags,
3390 ksmbd_vfs_kern_path_unlock(&parent_path, &path);
3661 ksmbd_vfs_kern_path_unlock(&parent_path, &path);
5886 struct path path, parent_path; local
5916 &parent_path, &path, 0);
5946 ksmbd_vfs_kern_path_unlock(&parent_path,
[all...]
/linux-master/kernel/
H A Daudit_watch.c404 struct path parent_path; local
417 ret = audit_get_nd(watch, &parent_path);
428 parent = audit_find_parent(d_backing_inode(parent_path.dentry));
430 parent = audit_init_parent(&parent_path);
442 path_put(&parent_path);
/linux-master/tools/cgroup/
H A Diocost_monitor.py72 def walk(self, blkcg, q_id, parent_path):
78 path = parent_path + '/' + name if parent_path else name
/linux-master/drivers/acpi/acpica/
H A Ddbcmds.c760 char *parent_path; local
765 parent_path = acpi_ns_get_normalized_pathname(node, TRUE);
766 if (!parent_path) {
785 acpi_os_printf("\nDevice: %s\n", parent_path);
961 ACPI_FREE(parent_path);

Completed in 176 milliseconds