Searched refs:create_options (Results 1 – 11 of 11) sorted by relevance
340 oparms.create_options = CREATE_NOT_DIR; in cifs_query_mf_symlink()378 int create_options = CREATE_NOT_DIR; in cifs_create_mf_symlink() local381 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_create_mf_symlink()386 oparms.create_options = create_options; in cifs_create_mf_symlink()428 oparms.create_options = CREATE_NOT_DIR; in smb3_query_mf_symlink()430 oparms.create_options |= CREATE_OPEN_BACKUP_INTENT; in smb3_query_mf_symlink()482 int create_options = CREATE_NOT_DIR; in smb3_create_mf_symlink() local488 create_options |= CREATE_OPEN_BACKUP_INTENT; in smb3_create_mf_symlink()499 oparms.create_options = create_options; in smb3_create_mf_symlink()
221 int create_options = CREATE_NOT_DIR; in cifs_do_create() local348 create_options |= CREATE_OPTION_READONLY; in cifs_do_create()351 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_do_create()356 oparms.create_options = create_options; in cifs_do_create()614 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod() local692 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_mknod()697 oparms.create_options = create_options; in cifs_mknod()
44 __u32 create_options, void *data, int command) in smb2_open_op_close() argument59 oparms.create_options = create_options; in smb2_open_op_close()
897 int rc, create_options = 0; in get_cifs_acl_by_path() local910 create_options |= CREATE_OPEN_BACKUP_INTENT; in get_cifs_acl_by_path()915 oparms.create_options = create_options; in get_cifs_acl_by_path()960 int rc, access_flags, create_options = 0; in set_cifs_acl() local974 create_options |= CREATE_OPEN_BACKUP_INTENT; in set_cifs_acl()984 oparms.create_options = create_options; in set_cifs_acl()
301 oparms.create_options = 0; in smb3_qfs_tcon()335 oparms.create_options = 0; in smb2_qfs_tcon()368 oparms.create_options = 0; in smb2_is_path_accessible()838 oparms.create_options = 0; in smb2_query_dir_first()937 oparms.create_options = 0; in smb2_queryfs()1016 oparms.create_options = 0; in smb2_query_symlink()
576 oparms.create_options = 0; in cifs_query_path_info()715 oparms->create_options, in cifs_open_file()808 oparms.create_options = CREATE_NOT_DIR; in smb_set_file_info()980 oparms.create_options = OPEN_REPARSE_POINT; in cifs_query_symlink()
183 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local226 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_nt_open()230 create_options |= CREATE_WRITE_THROUGH; in cifs_nt_open()233 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()238 oparms.create_options = create_options; in cifs_nt_open()618 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local684 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_reopen_file()692 oparms.create_options = create_options; in cifs_reopen_file()
449 oparms.create_options = CREATE_NOT_DIR;1113 oparms.create_options = CREATE_NOT_DIR;1639 oparms.create_options = CREATE_NOT_DIR;
1169 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument1213 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()1218 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()1287 int create_options = oparms->create_options; in CIFS_open() local1333 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()1345 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()1350 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
1152 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open()1154 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open()1163 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open()
1002 int create_options; member