Home
last modified time | relevance | path

Searched refs:target_path (Results 1 – 5 of 5) sorted by relevance

/fs/cifs/
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()
Dsmb1ops.c944 char **target_path, bool is_reparse_point) in cifs_query_symlink() argument
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()
Dsmb2ops.c2803 u32 plen, char **target_path, in parse_reparse_posix() argument
2817 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2820 if (!(*target_path)) in parse_reparse_posix()
2823 convert_delimiter(*target_path, '/'); in parse_reparse_posix()
2824 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_posix()
2831 u32 plen, char **target_path, in parse_reparse_symlink() argument
2847 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
2850 if (!(*target_path)) in parse_reparse_symlink()
2853 convert_delimiter(*target_path, '/'); in parse_reparse_symlink()
2854 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_symlink()
[all …]
/fs/xfs/
Dxfs_symlink.c139 const char *target_path, in xfs_symlink() argument
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()
Dxfs_symlink.h11 const char *target_path, umode_t mode, struct xfs_inode **ipp);