Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/of/
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()
682 char *target_path; in find_target() local
699 target_path = kasprintf(GFP_KERNEL, "%pOF%s", target_base, path); in find_target()
700 if (!target_path) in find_target()
[all …]
/linux-6.12.1/scripts/dtc/libfdt/
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.12.1/fs/xfs/
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()
Dxfs_symlink.h11 struct xfs_name *link_name, const char *target_path,
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_symlink_remote.c315 const char *target_path, in xfs_symlink_write_target() argument
335 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen); in xfs_symlink_write_target()
352 cur_chunk = target_path; in xfs_symlink_write_target()
Dxfs_symlink_remote.h24 xfs_ino_t owner, const char *target_path, int pathlen,
/linux-6.12.1/fs/smb/client/
Dcifsfs.c1133 char *target_path; in cifs_get_link() local
1138 target_path = kmalloc(PATH_MAX, GFP_KERNEL); in cifs_get_link()
1139 if (!target_path) in cifs_get_link()
1144 strscpy(target_path, CIFS_I(inode)->symlink_target, PATH_MAX); in cifs_get_link()
1146 kfree(target_path); in cifs_get_link()
1147 target_path = ERR_PTR(-EOPNOTSUPP); in cifs_get_link()
1151 if (!IS_ERR(target_path)) in cifs_get_link()
1152 set_delayed_call(done, kfree_link, target_path); in cifs_get_link()
1154 return target_path; in cifs_get_link()
Dsmb1ops.c979 char **target_path) in cifs_query_symlink() argument
988 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink()
992 target_path, cifs_sb->local_nls); in cifs_query_symlink()
Dcifsglob.h435 char **target_path);
/linux-6.12.1/sound/soc/intel/avs/
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()