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()
896 int rc, create_options = 0; in get_cifs_acl_by_path() local909 create_options |= CREATE_OPEN_BACKUP_INTENT; in get_cifs_acl_by_path()914 oparms.create_options = create_options; in get_cifs_acl_by_path()959 int rc, access_flags, create_options = 0; in set_cifs_acl() local973 create_options |= CREATE_OPEN_BACKUP_INTENT; in set_cifs_acl()983 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()905 oparms.create_options = 0; in smb2_query_dir_first()992 oparms.create_options = 0; in smb2_queryfs()1065 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;
1168 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument1212 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()1217 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()1286 int create_options = oparms->create_options; in CIFS_open() local1332 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()1344 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()1349 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
1332 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open()1334 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open()1343 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open()
1011 int create_options; member