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()
199 int create_options = CREATE_NOT_DIR; in cifs_do_create() local319 create_options |= CREATE_OPTION_READONLY; in cifs_do_create()322 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_do_create()327 oparms.create_options = create_options; in cifs_do_create()573 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod() local650 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_mknod()655 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()
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()976 oparms.create_options = OPEN_REPARSE_POINT; in cifs_query_symlink()
302 oparms.create_options = 0; in smb3_qfs_tcon()336 oparms.create_options = 0; in smb2_qfs_tcon()369 oparms.create_options = 0; in smb2_is_path_accessible()839 oparms.create_options = 0; in smb2_query_dir_first()926 oparms.create_options = 0; in smb2_queryfs()999 oparms.create_options = 0; in smb2_query_symlink()
182 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local225 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_nt_open()230 oparms.create_options = create_options; in cifs_nt_open()610 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local676 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_reopen_file()684 oparms.create_options = create_options; in cifs_reopen_file()
464 oparms.create_options = CREATE_NOT_DIR;1119 oparms.create_options = CREATE_NOT_DIR;1645 oparms.create_options = CREATE_NOT_DIR;
1167 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument1211 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()1216 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()1285 int create_options = oparms->create_options; in CIFS_open() local1331 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()1343 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()1348 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
1148 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open()1150 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open()1159 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open()
997 int create_options; member