Home
last modified time | relevance | path

Searched refs:OPEN_REPARSE_POINT (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/fs/cifs/
Dsmb2inode.c552 create_options |= OPEN_REPARSE_POINT; in smb2_query_path_info()
603 create_options |= OPEN_REPARSE_POINT; in smb311_posix_query_path_info()
671 CREATE_DELETE_ON_CLOSE | OPEN_REPARSE_POINT, in smb2_unlink()
Dsmb1ops.c975 OPEN_REPARSE_POINT); in cifs_query_symlink()
Dsmb2ops.c2892 int create_options = is_reparse_point ? OPEN_REPARSE_POINT : 0; in smb2_query_symlink()
3100 oparms.create_options = cifs_create_options(cifs_sb, OPEN_REPARSE_POINT); in smb2_query_reparse_tag()
3244 oparms.create_options = cifs_create_options(cifs_sb, 0) | OPEN_REPARSE_POINT; in get_smb2_acl_by_path()
Dcifspdu.h371 #define OPEN_REPARSE_POINT 0x00200000 macro