Searched refs:target_path (Results  1 – 7 of 7) sorted by relevance
| /Linux-v5.4/scripts/dtc/libfdt/ | 
| D | fdt_overlay.c | 703 	const char *target_path;  in overlay_symbol_update()  local771 		ret = overlay_get_target(fdt, fdto, fragment, &target_path);  in overlay_symbol_update()
 777 		if (!target_path) {  in overlay_symbol_update()
 783 			len = strlen(target_path);  in overlay_symbol_update()
 791 		if (!target_path) {  in overlay_symbol_update()
 793 			ret = overlay_get_target(fdt, fdto, fragment, &target_path);  in overlay_symbol_update()
 801 			if (!target_path) {  in overlay_symbol_update()
 806 				memcpy(buf, target_path, len + 1);  in overlay_symbol_update()
 
 | 
| /Linux-v5.4/fs/cifs/ | 
| D | link.c | 614 	char *target_path = NULL;  in cifs_get_link()  local649 				      &target_path);  in cifs_get_link()
 659 						&target_path, reparse_point);  in cifs_get_link()
 666 		kfree(target_path);  in cifs_get_link()
 669 	set_delayed_call(done, kfree_link, target_path);  in cifs_get_link()
 670 	return target_path;  in cifs_get_link()
 
 | 
| D | smb1ops.c | 945 		   char **target_path, bool is_reparse_point)  in cifs_query_symlink()  argument961 		rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path,  in cifs_query_symlink()
 966 						    target_path,  in cifs_query_symlink()
 985 	rc = CIFSSMBQuerySymLink(xid, tcon, fid.netfid, target_path,  in cifs_query_symlink()
 990 	convert_delimiter(*target_path, '/');  in cifs_query_symlink()
 995 		cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);  in cifs_query_symlink()
 
 | 
| D | smb2ops.c | 2472 		      u32 plen, char **target_path,  in parse_reparse_posix()  argument2486 	*target_path = cifs_strndup_from_utf16(  in parse_reparse_posix()
 2489 	if (!(*target_path))  in parse_reparse_posix()
 2492 	convert_delimiter(*target_path, '/');  in parse_reparse_posix()
 2493 	cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);  in parse_reparse_posix()
 2500 		      u32 plen, char **target_path,  in parse_reparse_symlink()  argument
 2516 	*target_path = cifs_strndup_from_utf16(  in parse_reparse_symlink()
 2519 	if (!(*target_path))  in parse_reparse_symlink()
 2522 	convert_delimiter(*target_path, '/');  in parse_reparse_symlink()
 2523 	cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path);  in parse_reparse_symlink()
 [all …]
 
 | 
| /Linux-v5.4/fs/xfs/ | 
| D | xfs_symlink.c | 148 	const char		*target_path,  in xfs_symlink()  argument183 	pathlen = strlen(target_path);  in xfs_symlink()
 264 		xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen);  in xfs_symlink()
 285 		cur_chunk = target_path;  in xfs_symlink()
 
 | 
| D | xfs_symlink.h | 11 		const char *target_path, umode_t mode, struct xfs_inode **ipp);
 | 
| /Linux-v5.4/drivers/of/ | 
| D | overlay.c | 208 	const char *target_path;  in dup_and_fixup_symbol_prop()  local244 	target_path = kasprintf(GFP_KERNEL, "%pOF", fragment->target);  in dup_and_fixup_symbol_prop()
 245 	if (!target_path)  in dup_and_fixup_symbol_prop()
 247 	target_path_len = strlen(target_path);  in dup_and_fixup_symbol_prop()
 259 	strcpy(new_prop->value, target_path);  in dup_and_fixup_symbol_prop()
 271 	kfree(target_path);  in dup_and_fixup_symbol_prop()
 
 |