Lines Matching refs:target_path
2762 u32 plen, char **target_path, in parse_reparse_posix() argument
2776 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2779 if (!(*target_path)) in parse_reparse_posix()
2782 convert_delimiter(*target_path, '/'); in parse_reparse_posix()
2783 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_posix()
2790 u32 plen, char **target_path, in parse_reparse_symlink() argument
2806 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
2809 if (!(*target_path)) in parse_reparse_symlink()
2812 convert_delimiter(*target_path, '/'); in parse_reparse_symlink()
2813 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_symlink()
2820 u32 plen, char **target_path, in parse_reparse_point() argument
2841 plen, target_path, cifs_sb); in parse_reparse_point()
2845 plen, target_path, cifs_sb); in parse_reparse_point()
2856 char **target_path, bool is_reparse_point) in smb2_query_symlink() argument
2880 *target_path = NULL; in smb2_query_symlink()
2971 rc = parse_reparse_point(reparse_buf, plen, target_path, in smb2_query_symlink()
2981 rc = smb2_parse_symlink_response(cifs_sb, &err_iov, target_path); in smb2_query_symlink()