Home
last modified time | relevance | path

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

/linux-6.1.9/fs/cifs/
Dsmb2file.c131 oparms->create_options |= OPEN_REPARSE_POINT; in smb2_open_file()
134 oparms->create_options &= ~OPEN_REPARSE_POINT; in smb2_open_file()
Dsmb2inode.c556 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()
Dsmb1ops.c1005 OPEN_REPARSE_POINT); in cifs_query_symlink()
Dsmb2ops.c2896 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()
Dcifspdu.h348 #define OPEN_REPARSE_POINT 0x00200000 macro