Home
last modified time | relevance | path

Searched refs:create_options (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/fs/cifs/
Dtrace.h383 int create_options,
386 TP_ARGS(xid, tid, sesid, create_options, desired_access, rc),
391 __field(int, create_options)
399 __entry->create_options = create_options;
405 __entry->create_options, __entry->desired_access, __entry->rc)
413 int create_options, \
416 TP_ARGS(xid, tid, sesid, create_options, desired_access, rc))
426 int create_options,
428 TP_ARGS(xid, fid, tid, sesid, create_options, desired_access),
434 __field(int, create_options)
[all …]
Dlink.c318 oparms.create_options = CREATE_NOT_DIR; in cifs_query_mf_symlink()
356 int create_options = CREATE_NOT_DIR; in cifs_create_mf_symlink() local
359 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_create_mf_symlink()
364 oparms.create_options = create_options; in cifs_create_mf_symlink()
405 oparms.create_options = CREATE_NOT_DIR; in smb3_query_mf_symlink()
407 oparms.create_options |= CREATE_OPEN_BACKUP_INTENT; in smb3_query_mf_symlink()
460 int create_options = CREATE_NOT_DIR; in smb3_create_mf_symlink() local
466 create_options |= CREATE_OPEN_BACKUP_INTENT; in smb3_create_mf_symlink()
477 oparms.create_options = create_options; in smb3_create_mf_symlink()
Dsmb2inode.c44 __u32 create_options, void *data, int command) in smb2_open_op_close() argument
53 if ((strcmp(full_path, "") == 0) && (create_options == 0) && in smb2_open_op_close()
70 oparms.create_options = create_options; in smb2_open_op_close()
Ddir.c232 int create_options = CREATE_NOT_DIR; in cifs_do_create() local
359 create_options |= CREATE_OPTION_READONLY; in cifs_do_create()
362 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_do_create()
367 oparms.create_options = create_options; in cifs_do_create()
624 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_mknod() local
702 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_mknod()
707 oparms.create_options = create_options; in cifs_mknod()
Dcifsacl.c1019 int rc, create_options = 0; in get_cifs_acl_by_path() local
1032 create_options |= CREATE_OPEN_BACKUP_INTENT; in get_cifs_acl_by_path()
1037 oparms.create_options = create_options; in get_cifs_acl_by_path()
1082 int rc, access_flags, create_options = 0; in set_cifs_acl() local
1096 create_options |= CREATE_OPEN_BACKUP_INTENT; in set_cifs_acl()
1106 oparms.create_options = create_options; in set_cifs_acl()
Dsmb2ops.c523 oparams.create_options = 0; in open_shroot()
554 oparms.create_options = 0; in smb3_qfs_tcon()
597 oparms.create_options = 0; in smb2_qfs_tcon()
634 oparms.create_options = CREATE_OPEN_BACKUP_INTENT; in smb2_is_path_accessible()
636 oparms.create_options = 0; in smb2_is_path_accessible()
786 oparms.create_options = CREATE_OPEN_BACKUP_INTENT; in smb2_query_eas()
788 oparms.create_options = 0; in smb2_query_eas()
868 oparms.create_options = CREATE_OPEN_BACKUP_INTENT; in smb2_set_ea()
870 oparms.create_options = 0; in smb2_set_ea()
1466 oparms.create_options = CREATE_OPEN_BACKUP_INTENT; in smb2_query_dir_first()
[all …]
Dsmb1ops.c579 oparms.create_options = 0; in cifs_query_path_info()
714 oparms->create_options, in cifs_open_file()
807 oparms.create_options = CREATE_NOT_DIR; in smb_set_file_info()
980 oparms.create_options = OPEN_REPARSE_POINT; in cifs_query_symlink()
Dfile.c182 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local
225 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_nt_open()
229 create_options |= CREATE_WRITE_THROUGH; in cifs_nt_open()
232 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()
237 oparms.create_options = create_options; in cifs_nt_open()
624 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local
690 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_reopen_file()
698 oparms.create_options = create_options; in cifs_reopen_file()
Dinode.c469 oparms.create_options = CREATE_NOT_DIR;
471 oparms.create_options |= CREATE_OPEN_BACKUP_INTENT;
1198 oparms.create_options = CREATE_NOT_DIR;
1731 oparms.create_options = CREATE_NOT_DIR;
Dsmb2pdu.c2122 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
2124 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
2133 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
2182 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
2299 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
2303 ses->Suid, oparms->create_options, in SMB2_open()
Dcifssmb.c1209 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument
1253 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1258 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1326 int create_options = oparms->create_options; in CIFS_open() local
1372 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
1384 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
1389 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
Dcifsglob.h1102 int create_options; member