Searched refs:target_path (Results 1 – 6 of 6) sorted by relevance
/linux-4.19.296/drivers/of/ |
D | overlay.c | 206 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()
|
/linux-4.19.296/fs/xfs/ |
D | xfs_symlink.h | 11 const char *target_path, umode_t mode, struct xfs_inode **ipp);
|
D | xfs_symlink.c | 157 const char *target_path, in xfs_symlink() argument 192 pathlen = strlen(target_path); in xfs_symlink() 273 xfs_init_local_fork(ip, XFS_DATA_FORK, target_path, pathlen); in xfs_symlink() 294 cur_chunk = target_path; in xfs_symlink()
|
/linux-4.19.296/fs/cifs/ |
D | link.c | 618 char *target_path = NULL; in cifs_get_link() local 653 &target_path); in cifs_get_link() 657 &target_path, cifs_sb); in cifs_get_link() 663 kfree(target_path); in cifs_get_link() 666 set_delayed_call(done, kfree_link, target_path); in cifs_get_link() 667 return target_path; in cifs_get_link()
|
D | smb1ops.c | 955 const char *full_path, char **target_path, in cifs_query_symlink() argument 967 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink() 972 target_path, in cifs_query_symlink() 991 rc = CIFSSMBQuerySymLink(xid, tcon, fid.netfid, target_path, in cifs_query_symlink() 996 convert_delimiter(*target_path, '/'); in cifs_query_symlink() 1001 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in cifs_query_symlink()
|
D | smb2ops.c | 1931 const char *full_path, char **target_path, in smb2_query_symlink() argument 1999 *target_path = cifs_strndup_from_utf16( in smb2_query_symlink() 2002 if (!(*target_path)) { in smb2_query_symlink() 2006 convert_delimiter(*target_path, '/'); in smb2_query_symlink() 2007 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in smb2_query_symlink()
|