target_path       208 drivers/of/overlay.c 	const char *target_path;
target_path       244 drivers/of/overlay.c 	target_path = kasprintf(GFP_KERNEL, "%pOF", fragment->target);
target_path       245 drivers/of/overlay.c 	if (!target_path)
target_path       247 drivers/of/overlay.c 	target_path_len = strlen(target_path);
target_path       259 drivers/of/overlay.c 	strcpy(new_prop->value, target_path);
target_path       264 drivers/of/overlay.c 	kfree(target_path);
target_path       273 drivers/of/overlay.c 	kfree(target_path);
target_path       614 fs/cifs/link.c 	char *target_path = NULL;
target_path       649 fs/cifs/link.c 				      &target_path);
target_path       659 fs/cifs/link.c 						&target_path, reparse_point);
target_path       666 fs/cifs/link.c 		kfree(target_path);
target_path       669 fs/cifs/link.c 	set_delayed_call(done, kfree_link, target_path);
target_path       670 fs/cifs/link.c 	return target_path;
target_path       945 fs/cifs/smb1ops.c 		   char **target_path, bool is_reparse_point)
target_path       961 fs/cifs/smb1ops.c 		rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path,
target_path       966 fs/cifs/smb1ops.c 						    target_path,
target_path       985 fs/cifs/smb1ops.c 	rc = CIFSSMBQuerySymLink(xid, tcon, fid.netfid, target_path,
target_path       990 fs/cifs/smb1ops.c 	convert_delimiter(*target_path, '/');
target_path       995 fs/cifs/smb1ops.c 		cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);
target_path      2507 fs/cifs/smb2ops.c 		      u32 plen, char **target_path,
target_path      2521 fs/cifs/smb2ops.c 	*target_path = cifs_strndup_from_utf16(
target_path      2524 fs/cifs/smb2ops.c 	if (!(*target_path))
target_path      2527 fs/cifs/smb2ops.c 	convert_delimiter(*target_path, '/');
target_path      2528 fs/cifs/smb2ops.c 	cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);
target_path      2535 fs/cifs/smb2ops.c 		      u32 plen, char **target_path,
target_path      2551 fs/cifs/smb2ops.c 	*target_path = cifs_strndup_from_utf16(
target_path      2554 fs/cifs/smb2ops.c 	if (!(*target_path))
target_path      2557 fs/cifs/smb2ops.c 	convert_delimiter(*target_path, '/');
target_path      2558 fs/cifs/smb2ops.c 	cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);
target_path      2565 fs/cifs/smb2ops.c 		    u32 plen, char **target_path,
target_path      2586 fs/cifs/smb2ops.c 			plen, target_path, cifs_sb);
target_path      2590 fs/cifs/smb2ops.c 			plen, target_path, cifs_sb);
target_path      2604 fs/cifs/smb2ops.c 		   char **target_path, bool is_reparse_point)
target_path      2632 fs/cifs/smb2ops.c 	*target_path = NULL;
target_path      2727 fs/cifs/smb2ops.c 		rc = parse_reparse_point(reparse_buf, plen, target_path,
target_path      2769 fs/cifs/smb2ops.c 	*target_path = cifs_strndup_from_utf16(
target_path      2772 fs/cifs/smb2ops.c 	if (!(*target_path)) {
target_path      2776 fs/cifs/smb2ops.c 	convert_delimiter(*target_path, '/');
target_path      2777 fs/cifs/smb2ops.c 	cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);
target_path       148 fs/xfs/xfs_symlink.c 	const char		*target_path,
target_path       183 fs/xfs/xfs_symlink.c 	pathlen = strlen(target_path);
target_path       264 fs/xfs/xfs_symlink.c 		xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen);
target_path       285 fs/xfs/xfs_symlink.c 		cur_chunk = target_path;
target_path        11 fs/xfs/xfs_symlink.h 		const char *target_path, umode_t mode, struct xfs_inode **ipp);
target_path       703 scripts/dtc/libfdt/fdt_overlay.c 	const char *target_path;
target_path       771 scripts/dtc/libfdt/fdt_overlay.c 		ret = overlay_get_target(fdt, fdto, fragment, &target_path);
target_path       777 scripts/dtc/libfdt/fdt_overlay.c 		if (!target_path) {
target_path       783 scripts/dtc/libfdt/fdt_overlay.c 			len = strlen(target_path);
target_path       791 scripts/dtc/libfdt/fdt_overlay.c 		if (!target_path) {
target_path       793 scripts/dtc/libfdt/fdt_overlay.c 			ret = overlay_get_target(fdt, fdto, fragment, &target_path);
target_path       801 scripts/dtc/libfdt/fdt_overlay.c 			if (!target_path) {
target_path       806 scripts/dtc/libfdt/fdt_overlay.c 				memcpy(buf, target_path, len + 1);