Searched refs:create_options (Results 1 – 11 of 11) sorted by relevance
188 &op->create_options, in smb_pre_nt_create_andx()240 if ((op->create_options & FILE_DELETE_ON_CLOSE) && in smb_com_nt_create_andx()254 op->create_options |= FILE_WRITE_THROUGH; in smb_com_nt_create_andx()257 op->create_options |= FILE_DELETE_ON_CLOSE; in smb_com_nt_create_andx()260 op->create_options |= FILE_OPEN_FOR_BACKUP_INTENT; in smb_com_nt_create_andx()262 if (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) in smb_com_nt_create_andx()295 if (op->create_options & FILE_DELETE_ON_CLOSE) in smb_com_nt_create_andx()
76 &op->create_options, in smb_pre_nt_transact_create()149 if ((op->create_options & FILE_DELETE_ON_CLOSE) && in smb_nt_transact_create()163 op->create_options |= FILE_WRITE_THROUGH; in smb_nt_transact_create()166 op->create_options |= FILE_DELETE_ON_CLOSE; in smb_nt_transact_create()169 op->create_options |= FILE_OPEN_FOR_BACKUP_INTENT; in smb_nt_transact_create()171 if (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) in smb_nt_transact_create()204 if (op->create_options & FILE_DELETE_ON_CLOSE) in smb_nt_transact_create()
256 op->create_options = FILE_NON_DIRECTORY_FILE; in smb_com_open()258 op->create_options |= FILE_WRITE_THROUGH; in smb_com_open()392 op->create_options = FILE_NON_DIRECTORY_FILE; in smb_com_open_andx()394 op->create_options |= FILE_WRITE_THROUGH; in smb_com_open_andx()502 op->create_options = FILE_NON_DIRECTORY_FILE; in smb_com_trans2_open2()513 op->create_options |= FILE_WRITE_THROUGH; in smb_com_trans2_open2()
120 &op->create_options, /* l */ in smb2_create()184 if ((op->create_options & FILE_DELETE_ON_CLOSE) && in smb2_create()195 op->create_options |= FILE_WRITE_THROUGH; in smb2_create()197 op->create_options |= FILE_DELETE_ON_CLOSE; in smb2_create()199 op->create_options |= FILE_OPEN_FOR_BACKUP_INTENT; in smb2_create()200 if (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) in smb2_create()315 if (op->create_options & FILE_DELETE_ON_CLOSE) in smb2_create()
313 is_dir = (op->create_options & FILE_DIRECTORY_FILE) ? 1 : 0; in smb_open_subr()498 if (op->create_options & FILE_NON_DIRECTORY_FILE) { in smb_open_subr()504 if ((op->create_options & FILE_DIRECTORY_FILE) || in smb_open_subr()887 (op->create_options & FILE_WRITE_THROUGH)) in smb_open_subr()1061 if (op->create_options & FILE_DIRECTORY_FILE) in smb_delete_new_object()
48 op->create_options = FILE_NON_DIRECTORY_FILE; in smb_pre_create()
80 op->create_options = FILE_NON_DIRECTORY_FILE; in smb_pre_open_print_file()
169 sr->arg.open.create_options = FILE_DIRECTORY_FILE; in smb_common_create_directory()
210 of->f_create_options = op->create_options; in smb_ofile_open()211 of->f_cr = (op->create_options & FILE_OPEN_FOR_BACKUP_INTENT) ? in smb_ofile_open()
238 op->create_options = 0; in smb_opipe_open()
1472 uint32_t create_options; member