Home
last modified time | relevance | path

Searched refs:target_path (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/of/
H A Doverlay.c204 const char *target_path; in dup_and_fixup_symbol_prop() local
240 target_path = kasprintf(GFP_KERNEL, "%pOF", fragment->target); in dup_and_fixup_symbol_prop()
241 if (!target_path) in dup_and_fixup_symbol_prop()
243 target_path_len = strlen(target_path); in dup_and_fixup_symbol_prop()
255 strcpy(new_prop->value, target_path); in dup_and_fixup_symbol_prop()
260 kfree(target_path); in dup_and_fixup_symbol_prop()
267 kfree(target_path); in dup_and_fixup_symbol_prop()
683 char *target_path; in find_target() local
700 target_path = kasprintf(GFP_KERNEL, "%pOF%s", target_base, path); in find_target()
701 if (!target_path) in find_target()
[all …]
/linux/scripts/dtc/libfdt/
H A Dfdt_overlay.c916 const char *target_path; in overlay_symbol_update() local
994 ret = fdt_overlay_target_offset(fdt, fdto, fragment, &target_path); in overlay_symbol_update()
1000 if (!target_path) { in overlay_symbol_update()
1006 len = strlen(target_path); in overlay_symbol_update()
1014 if (!target_path) { in overlay_symbol_update()
1016 ret = fdt_overlay_target_offset(fdt, fdto, fragment, &target_path); in overlay_symbol_update()
1024 if (!target_path) { in overlay_symbol_update()
1029 memcpy(buf, target_path, len + 1); in overlay_symbol_update()
/linux/fs/xfs/
H A Dxfs_symlink.c88 const char *target_path, in xfs_symlink() argument
123 pathlen = strlen(target_path); in xfs_symlink()
189 error = xfs_symlink_write_target(tp, du.ip, du.ip->i_ino, target_path, in xfs_symlink()
H A Dxfs_symlink.h11 struct xfs_name *link_name, const char *target_path,
/linux/fs/xfs/libxfs/
H A Dxfs_symlink_remote.c317 const char *target_path, in xfs_symlink_write_target() argument
337 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen); in xfs_symlink_write_target()
354 cur_chunk = target_path; in xfs_symlink_write_target()
/linux/fs/smb/client/
H A Dcifsfs.c1165 char *target_path; in cifs_get_link() local
1170 target_path = kmalloc(PATH_MAX, GFP_KERNEL); in cifs_get_link()
1171 if (!target_path) in cifs_get_link()
1176 strscpy(target_path, CIFS_I(inode)->symlink_target, PATH_MAX); in cifs_get_link()
1178 kfree(target_path); in cifs_get_link()
1179 target_path = ERR_PTR(-EOPNOTSUPP); in cifs_get_link()
1183 if (!IS_ERR(target_path)) in cifs_get_link()
1184 set_delayed_call(done, kfree_link, target_path); in cifs_get_link()
1186 return target_path; in cifs_get_link()
H A Dsmb1ops.c961 char **target_path) in cifs_query_symlink() argument
970 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink()
974 target_path, cifs_sb->local_nls); in cifs_query_symlink()
H A Dcifsglob.h473 char **target_path);
/linux/sound/soc/intel/avs/
H A Dpath.c622 struct avs_path *target_path; in avs_path_binding_arm() local
634 target_path = avs_path_find_path(adev, t->target_tplg_name, in avs_path_binding_arm()
636 if (!target_path) { in avs_path_binding_arm()
642 target_ppl = avs_path_find_pipeline(target_path, in avs_path_binding_arm()