Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/dtc/libfdt/
Dfdt_overlay.c748 const char *target_path; in overlay_symbol_update() local
816 ret = overlay_get_target(fdt, fdto, fragment, &target_path); in overlay_symbol_update()
822 if (!target_path) { in overlay_symbol_update()
828 len = strlen(target_path); in overlay_symbol_update()
836 if (!target_path) { in overlay_symbol_update()
838 ret = overlay_get_target(fdt, fdto, fragment, &target_path); in overlay_symbol_update()
846 if (!target_path) { in overlay_symbol_update()
851 memcpy(buf, target_path, len + 1); in overlay_symbol_update()
/Linux-v4.19/drivers/of/
Doverlay.c189 const char *target_path; in dup_and_fixup_symbol_prop() local
225 target_path = kasprintf(GFP_KERNEL, "%pOF", fragment->target); in dup_and_fixup_symbol_prop()
226 if (!target_path) in dup_and_fixup_symbol_prop()
228 target_path_len = strlen(target_path); in dup_and_fixup_symbol_prop()
240 strcpy(new_prop->value, target_path); in dup_and_fixup_symbol_prop()
252 kfree(target_path); in dup_and_fixup_symbol_prop()
/Linux-v4.19/fs/cifs/
Dlink.c614 char *target_path = NULL; in cifs_get_link() local
649 &target_path); in cifs_get_link()
653 &target_path, cifs_sb); in cifs_get_link()
659 kfree(target_path); in cifs_get_link()
662 set_delayed_call(done, kfree_link, target_path); in cifs_get_link()
663 return target_path; in cifs_get_link()
Dsmb1ops.c954 const char *full_path, char **target_path, in cifs_query_symlink() argument
966 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink()
971 target_path, in cifs_query_symlink()
990 rc = CIFSSMBQuerySymLink(xid, tcon, fid.netfid, target_path, in cifs_query_symlink()
995 convert_delimiter(*target_path, '/'); in cifs_query_symlink()
1000 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in cifs_query_symlink()
Dsmb2ops.c1846 const char *full_path, char **target_path, in smb2_query_symlink() argument
1912 *target_path = cifs_strndup_from_utf16( in smb2_query_symlink()
1915 if (!(*target_path)) { in smb2_query_symlink()
1919 convert_delimiter(*target_path, '/'); in smb2_query_symlink()
1920 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in smb2_query_symlink()
/Linux-v4.19/fs/xfs/
Dxfs_symlink.h11 const char *target_path, umode_t mode, struct xfs_inode **ipp);
Dxfs_symlink.c157 const char *target_path, in xfs_symlink() argument
192 pathlen = strlen(target_path); in xfs_symlink()
272 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen); in xfs_symlink()
293 cur_chunk = target_path; in xfs_symlink()
/Linux-v4.19/Documentation/filesystems/pohmelfs/
Dnetwork_protocol.txt113 Command is sent as "object_path|target_path".