Home
last modified time | relevance | path

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

/linux-6.15/drivers/of/
H A Doverlay.c210 const char *target_path; in dup_and_fixup_symbol_prop() local
247 if (!target_path) in dup_and_fixup_symbol_prop()
249 target_path_len = strlen(target_path); in dup_and_fixup_symbol_prop()
261 strcpy(new_prop->value, target_path); in dup_and_fixup_symbol_prop()
266 kfree(target_path); in dup_and_fixup_symbol_prop()
273 kfree(target_path); in dup_and_fixup_symbol_prop()
687 char *target_path; in find_target() local
705 if (!target_path) in find_target()
707 node = of_find_node_by_path(target_path); in find_target()
710 info_node, target_path); in find_target()
[all …]
/linux-6.15/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-6.15/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-6.15/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()
H A Dxfs_symlink_remote.h24 xfs_ino_t owner, const char *target_path, int pathlen,
/linux-6.15/fs/smb/client/
H A Dcifsfs.c1169 char *target_path; in cifs_get_link() local
1174 target_path = kmalloc(PATH_MAX, GFP_KERNEL); in cifs_get_link()
1175 if (!target_path) in cifs_get_link()
1180 strscpy(target_path, CIFS_I(inode)->symlink_target, PATH_MAX); in cifs_get_link()
1182 kfree(target_path); in cifs_get_link()
1183 target_path = ERR_PTR(-EOPNOTSUPP); in cifs_get_link()
1187 if (!IS_ERR(target_path)) in cifs_get_link()
1188 set_delayed_call(done, kfree_link, target_path); in cifs_get_link()
1190 return target_path; in cifs_get_link()
H A Dsmb1ops.c1173 char **target_path) in cifs_query_symlink() argument
1182 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink()
1186 target_path, cifs_sb->local_nls); in cifs_query_symlink()
H A Dcifsglob.h473 char **target_path);
/linux-6.15/sound/soc/intel/avs/
H A Dpath.c813 struct avs_path *target_path; in avs_path_binding_arm() local
825 target_path = avs_path_find_path(adev, t->target_tplg_name, in avs_path_binding_arm()
827 if (!target_path) { in avs_path_binding_arm()
833 target_ppl = avs_path_find_pipeline(target_path, in avs_path_binding_arm()
/linux-6.15/tools/power/x86/turbostat/
H A Dturbostat.c9960 int pmt_parse_from_path(const char *target_path, unsigned int *out_guid, unsigned int *out_seq) in pmt_parse_from_path() argument
9971 fd_target_dir = open(target_path, O_RDONLY | O_DIRECTORY); in pmt_parse_from_path()