Lines Matching refs:target_path
2863 u32 plen, char **target_path, in parse_reparse_posix() argument
2877 *target_path = cifs_strndup_from_utf16( in parse_reparse_posix()
2880 if (!(*target_path)) in parse_reparse_posix()
2883 convert_delimiter(*target_path, '/'); in parse_reparse_posix()
2884 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_posix()
2891 u32 plen, char **target_path, in parse_reparse_symlink() argument
2907 *target_path = cifs_strndup_from_utf16( in parse_reparse_symlink()
2910 if (!(*target_path)) in parse_reparse_symlink()
2913 convert_delimiter(*target_path, '/'); in parse_reparse_symlink()
2914 cifs_dbg(FYI, "%s: target path: %s\n", __func__, *target_path); in parse_reparse_symlink()
2921 u32 plen, char **target_path, in parse_reparse_point() argument
2942 plen, target_path, cifs_sb); in parse_reparse_point()
2946 plen, target_path, cifs_sb); in parse_reparse_point()
2958 char **target_path, in smb2_query_symlink() argument
2969 return parse_reparse_point(buf, plen, target_path, cifs_sb); in smb2_query_symlink()