Lines Matching refs:target_path
2783 u32 plen, char **target_path, in parse_reparse_posix() argument
2797 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2800 if (!(*target_path)) in parse_reparse_posix()
2803 convert_delimiter(*target_path, '/'); in parse_reparse_posix()
2804 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_posix()
2811 u32 plen, char **target_path, in parse_reparse_symlink() argument
2827 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
2830 if (!(*target_path)) in parse_reparse_symlink()
2833 convert_delimiter(*target_path, '/'); in parse_reparse_symlink()
2834 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_symlink()
2841 u32 plen, char **target_path, in parse_reparse_point() argument
2862 plen, target_path, cifs_sb); in parse_reparse_point()
2866 plen, target_path, cifs_sb); in parse_reparse_point()
2877 char **target_path, bool is_reparse_point) in smb2_query_symlink() argument
2901 *target_path = NULL; in smb2_query_symlink()
2992 rc = parse_reparse_point(reparse_buf, plen, target_path, in smb2_query_symlink()
3002 rc = smb2_parse_symlink_response(cifs_sb, &err_iov, target_path); in smb2_query_symlink()