Searched refs:target_path (Results 1 – 5 of 5) sorted by relevance
/fs/cifs/ |
D | link.c | 606 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()
|
D | smb1ops.c | 942 char **target_path, bool is_reparse_point) in cifs_query_symlink() argument 958 rc = CIFSSMBUnixQuerySymLink(xid, tcon, full_path, target_path, in cifs_query_symlink() 963 target_path, in cifs_query_symlink() 983 rc = CIFSSMBQuerySymLink(xid, tcon, fid.netfid, target_path, in cifs_query_symlink() 988 convert_delimiter(*target_path, '/'); in cifs_query_symlink() 993 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in cifs_query_symlink()
|
D | smb2ops.c | 2959 u32 plen, char **target_path, in parse_reparse_posix() argument 2973 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix() 2976 if (!(*target_path)) in parse_reparse_posix() 2979 convert_delimiter(*target_path, '/'); in parse_reparse_posix() 2980 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_posix() 2987 u32 plen, char **target_path, in parse_reparse_symlink() argument 3003 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink() 3006 if (!(*target_path)) in parse_reparse_symlink() 3009 convert_delimiter(*target_path, '/'); in parse_reparse_symlink() 3010 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_symlink() [all …]
|
/fs/xfs/ |
D | xfs_symlink.c | 150 const char *target_path, in xfs_symlink() argument 186 pathlen = strlen(target_path); in xfs_symlink() 265 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 struct xfs_name *link_name, const char *target_path,
|