Lines Matching refs:target_path
2793 u32 plen, char **target_path, in parse_reparse_posix() argument
2807 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2810 if (!(*target_path)) in parse_reparse_posix()
2813 convert_delimiter(*target_path, '/'); in parse_reparse_posix()
2814 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_posix()
2821 u32 plen, char **target_path, in parse_reparse_symlink() argument
2837 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
2840 if (!(*target_path)) in parse_reparse_symlink()
2843 convert_delimiter(*target_path, '/'); in parse_reparse_symlink()
2844 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_symlink()
2851 u32 plen, char **target_path, in parse_reparse_point() argument
2872 plen, target_path, cifs_sb); in parse_reparse_point()
2876 plen, target_path, cifs_sb); in parse_reparse_point()
2887 char **target_path, bool is_reparse_point) in smb2_query_symlink() argument
2911 *target_path = NULL; in smb2_query_symlink()
3002 rc = parse_reparse_point(reparse_buf, plen, target_path, in smb2_query_symlink()
3012 rc = smb2_parse_symlink_response(cifs_sb, &err_iov, target_path); in smb2_query_symlink()