Searched refs:OPEN_REPARSE_POINT (Results 1 – 5 of 5) sorted by relevance
131 oparms->create_options |= OPEN_REPARSE_POINT; in smb2_open_file()134 oparms->create_options &= ~OPEN_REPARSE_POINT; in smb2_open_file()
556 create_options |= OPEN_REPARSE_POINT; in smb2_query_path_info()622 create_options |= OPEN_REPARSE_POINT; in smb311_posix_query_path_info()688 CREATE_DELETE_ON_CLOSE | OPEN_REPARSE_POINT, in smb2_unlink()
1005 OPEN_REPARSE_POINT); in cifs_query_symlink()
2896 int create_options = is_reparse_point ? OPEN_REPARSE_POINT : 0; in smb2_query_symlink()3063 oparms.create_options = cifs_create_options(cifs_sb, OPEN_REPARSE_POINT); in smb2_query_reparse_tag()3207 oparms.create_options = cifs_create_options(cifs_sb, 0) | OPEN_REPARSE_POINT; in get_smb2_acl_by_path()
348 #define OPEN_REPARSE_POINT 0x00200000 macro