Home
last modified time | relevance | path

Searched refs:target_path (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-6.6/drivers/of/
H A 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()
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...]
/kernel/linux/linux-5.10/scripts/dtc/libfdt/
H A Dfdt_overlay.c704 const char *target_path; in overlay_symbol_update() local
782 ret = overlay_get_target(fdt, fdto, fragment, &target_path); in overlay_symbol_update()
788 if (!target_path) { in overlay_symbol_update()
794 len = strlen(target_path); in overlay_symbol_update()
802 if (!target_path) { in overlay_symbol_update()
804 ret = overlay_get_target(fdt, fdto, fragment, &target_path); in overlay_symbol_update()
812 if (!target_path) { in overlay_symbol_update()
817 memcpy(buf, target_path, len + 1); in overlay_symbol_update()
/kernel/linux/linux-6.6/scripts/dtc/libfdt/
H A Dfdt_overlay.c689 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()
/kernel/linux/linux-5.10/fs/cifs/
H A Dlink.c608 char *target_path = NULL; in cifs_get_link() local
643 &target_path); in cifs_get_link()
653 &target_path, reparse_point); in cifs_get_link()
660 kfree(target_path); in cifs_get_link()
663 set_delayed_call(done, kfree_link, target_path); in cifs_get_link()
664 return target_path; in cifs_get_link()
H A Dsmb1ops.c944 char **target_path, bool is_reparse_point) in cifs_query_symlink()
960 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink()
965 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()
942 cifs_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, char **target_path, bool is_reparse_point) cifs_query_symlink() argument
H A Dsmb2ops.c2800 u32 plen, char **target_path, in parse_reparse_posix()
2814 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2817 if (!(*target_path)) in parse_reparse_posix()
2820 convert_delimiter(*target_path, '/'); in parse_reparse_posix()
2821 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_posix()
2828 u32 plen, char **target_path, in parse_reparse_symlink()
2844 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
2847 if (!(*target_path)) in parse_reparse_symlink()
2850 convert_delimiter(*target_path, '/'); in parse_reparse_symlink()
2851 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_symlink()
2799 parse_reparse_posix(struct reparse_posix_data *symlink_buf, u32 plen, char **target_path, struct cifs_sb_info *cifs_sb) parse_reparse_posix() argument
2827 parse_reparse_symlink(struct reparse_symlink_data_buffer *symlink_buf, u32 plen, char **target_path, struct cifs_sb_info *cifs_sb) parse_reparse_symlink() argument
2857 parse_reparse_point(struct reparse_data_buffer *buf, u32 plen, char **target_path, struct cifs_sb_info *cifs_sb) parse_reparse_point() argument
2895 smb2_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, char **target_path, bool is_reparse_point) smb2_query_symlink() argument
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_symlink.h11 const char *target_path, umode_t mode, struct xfs_inode **ipp);
H A Dxfs_symlink.c139 const char *target_path, in xfs_symlink()
174 pathlen = strlen(target_path); in xfs_symlink()
251 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen); in xfs_symlink()
271 cur_chunk = target_path; in xfs_symlink()
136 xfs_symlink( struct xfs_inode *dp, struct xfs_name *link_name, const char *target_path, umode_t mode, struct xfs_inode **ipp) xfs_symlink() argument
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_symlink.h11 struct xfs_name *link_name, const char *target_path,
H A Dxfs_symlink.c150 const char *target_path, in xfs_symlink()
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()
146 xfs_symlink( struct mnt_idmap *idmap, struct xfs_inode *dp, struct xfs_name *link_name, const char *target_path, umode_t mode, struct xfs_inode **ipp) xfs_symlink() argument
/kernel/linux/linux-5.10/drivers/of/
H A Doverlay.c206 const char *target_path; in dup_and_fixup_symbol_prop() local
242 target_path = kasprintf(GFP_KERNEL, "%pOF", fragment->target); in dup_and_fixup_symbol_prop()
243 if (!target_path) in dup_and_fixup_symbol_prop()
245 target_path_len = strlen(target_path); in dup_and_fixup_symbol_prop()
257 strcpy(new_prop->value, target_path); in dup_and_fixup_symbol_prop()
262 kfree(target_path); in dup_and_fixup_symbol_prop()
271 kfree(target_path); in dup_and_fixup_symbol_prop()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dcifsfs.c1171 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()
H A Dsmb1ops.c979 char **target_path) in cifs_query_symlink()
988 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink()
992 target_path, cifs_sb->local_nls); in cifs_query_symlink()
975 cifs_query_symlink(const unsigned int xid, struct cifs_tcon *tcon, struct cifs_sb_info *cifs_sb, const char *full_path, char **target_path) cifs_query_symlink() argument
H A Dcifsglob.h418 char **target_path);
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpath.c591 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()
/kernel/liteos_a/fs/vfs/vfs_cmd/
H A Dvfs_shellcmd.c409 char *target_path = NULL; in osShellCmdUmount() local
424 target_path = fullpath; in osShellCmdUmount()
426 ret = strncmp(work_path, target_path, cmp_num); in osShellCmdUmount()

Completed in 38 milliseconds