Searched refs:target_path (Results 1 – 7 of 7) sorted by relevance
/linux/scripts/dtc/libfdt/ |
A D | fdt_overlay.c | 704 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()
|
/linux/drivers/of/ |
A D | overlay.c | 208 const char *target_path; in dup_and_fixup_symbol_prop() local 244 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() 264 kfree(target_path); in dup_and_fixup_symbol_prop() 273 kfree(target_path); in dup_and_fixup_symbol_prop()
|
/linux/fs/xfs/ |
A D | xfs_symlink.c | 141 const char *target_path, in xfs_symlink() argument 177 pathlen = strlen(target_path); in xfs_symlink() 256 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen); in xfs_symlink() 276 cur_chunk = target_path; in xfs_symlink()
|
A D | xfs_symlink.h | 11 struct xfs_name *link_name, const char *target_path,
|
/linux/fs/cifs/ |
A D | link.c | 602 char *target_path = NULL; in cifs_get_link() local 639 &target_path); in cifs_get_link() 649 &target_path, reparse_point); in cifs_get_link() 656 kfree(target_path); in cifs_get_link() 659 set_delayed_call(done, kfree_link, target_path); in cifs_get_link() 660 return target_path; in cifs_get_link()
|
A D | smb1ops.c | 943 char **target_path, bool is_reparse_point) in cifs_query_symlink() argument 959 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink() 964 target_path, in cifs_query_symlink() 984 rc = CIFSSMBQuerySymLink(xid, tcon, fid.netfid, target_path, in cifs_query_symlink() 989 convert_delimiter(*target_path, '/'); in cifs_query_symlink() 994 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in cifs_query_symlink()
|
A D | smb2ops.c | 2936 u32 plen, char **target_path, in parse_reparse_posix() argument 2953 if (!(*target_path)) in parse_reparse_posix() 2956 convert_delimiter(*target_path, '/'); in parse_reparse_posix() 2964 u32 plen, char **target_path, in parse_reparse_symlink() argument 2983 if (!(*target_path)) in parse_reparse_symlink() 2986 convert_delimiter(*target_path, '/'); in parse_reparse_symlink() 2994 u32 plen, char **target_path, in parse_reparse_point() argument 3015 plen, target_path, cifs_sb); in parse_reparse_point() 3019 plen, target_path, cifs_sb); in parse_reparse_point() 3063 *target_path = NULL; in smb2_query_symlink() [all …]
|
Completed in 24 milliseconds