/Linux-v6.6/drivers/of/ |
D | overlay.c | 204 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() 269 kfree(target_path); in dup_and_fixup_symbol_prop() 689 char *target_path; in find_target() local 706 target_path = kasprintf(GFP_KERNEL, "%pOF%s", target_base, path); in find_target() 707 if (!target_path) in find_target() [all …]
|
/Linux-v6.6/scripts/dtc/libfdt/ |
D | fdt_overlay.c | 689 const char *target_path; in overlay_symbol_update() local 767 ret = fdt_overlay_target_offset(fdt, fdto, fragment, &target_path); in overlay_symbol_update() 773 if (!target_path) { in overlay_symbol_update() 779 len = strlen(target_path); in overlay_symbol_update() 787 if (!target_path) { in overlay_symbol_update() 789 ret = fdt_overlay_target_offset(fdt, fdto, fragment, &target_path); in overlay_symbol_update() 797 if (!target_path) { in overlay_symbol_update() 802 memcpy(buf, target_path, len + 1); in overlay_symbol_update()
|
/Linux-v6.6/fs/xfs/ |
D | xfs_symlink.c | 150 const char *target_path, in xfs_symlink() argument 186 pathlen = strlen(target_path); in xfs_symlink() 260 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen); in xfs_symlink() 280 cur_chunk = target_path; in xfs_symlink()
|
D | xfs_symlink.h | 11 struct xfs_name *link_name, const char *target_path,
|
/Linux-v6.6/fs/smb/client/ |
D | cifsfs.c | 1171 char *target_path; in cifs_get_link() local 1173 target_path = kmalloc(PATH_MAX, GFP_KERNEL); in cifs_get_link() 1174 if (!target_path) in cifs_get_link() 1179 strscpy(target_path, CIFS_I(inode)->symlink_target, PATH_MAX); in cifs_get_link() 1181 kfree(target_path); in cifs_get_link() 1182 target_path = ERR_PTR(-EOPNOTSUPP); in cifs_get_link() 1186 if (!IS_ERR(target_path)) in cifs_get_link() 1187 set_delayed_call(done, kfree_link, target_path); in cifs_get_link() 1189 return target_path; in cifs_get_link()
|
D | smb1ops.c | 979 char **target_path, in cifs_query_symlink() argument 997 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink() 1002 target_path, in cifs_query_symlink() 1023 rc = CIFSSMBQuerySymLink(xid, tcon, fid.netfid, target_path, in cifs_query_symlink() 1028 convert_delimiter(*target_path, '/'); in cifs_query_symlink() 1033 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in cifs_query_symlink()
|
D | smb2ops.c | 2863 u32 plen, char **target_path, in parse_reparse_posix() argument 2877 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix() 2880 if (!(*target_path)) in parse_reparse_posix() 2883 convert_delimiter(*target_path, '/'); in parse_reparse_posix() 2884 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_posix() 2891 u32 plen, char **target_path, in parse_reparse_symlink() argument 2907 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink() 2910 if (!(*target_path)) in parse_reparse_symlink() 2913 convert_delimiter(*target_path, '/'); in parse_reparse_symlink() 2914 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_symlink() [all …]
|
D | cifsglob.h | 398 char **target_path,
|
/Linux-v6.6/sound/soc/intel/avs/ |
D | path.c | 591 struct avs_path *target_path; in avs_path_binding_arm() local 603 target_path = avs_path_find_path(adev, t->target_tplg_name, in avs_path_binding_arm() 605 if (!target_path) { in avs_path_binding_arm() 611 target_ppl = avs_path_find_pipeline(target_path, in avs_path_binding_arm()
|