Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dtrace.h625 int create_options,
627 TP_ARGS(xid, tid, sesid, create_options, desired_access),
632 __field(int, create_options)
639 __entry->create_options = create_options;
644 __entry->create_options, __entry->desired_access)
652 int create_options, \
654 TP_ARGS(xid, tid, sesid, create_options, desired_access))
663 int create_options,
666 TP_ARGS(xid, tid, sesid, create_options, desired_access, rc),
671 __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.c54 __u32 create_options, umode_t mode, void *ptr, int command, in smb2_compound_op() argument
101 oparms.create_options = create_options; in smb2_compound_op()
103 oparms.create_options |= CREATE_OPEN_BACKUP_INTENT; in smb2_compound_op()
444 __u32 create_options = 0; in smb2_query_path_info() local
477 create_options |= CREATE_OPEN_BACKUP_INTENT; in smb2_query_path_info()
481 FILE_READ_ATTRIBUTES, FILE_OPEN, create_options, in smb2_query_path_info()
485 create_options |= OPEN_REPARSE_POINT; in smb2_query_path_info()
490 create_options, ACL_NO_MODE, in smb2_query_path_info()
Ddir.c231 int create_options = CREATE_NOT_DIR; in cifs_do_create() local
358 create_options |= CREATE_OPTION_READONLY; in cifs_do_create()
361 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_do_create()
366 oparms.create_options = create_options; in cifs_do_create()
Dsmb1ops.c570 oparms.create_options = 0; in cifs_query_path_info()
705 oparms->create_options, in cifs_open_file()
798 oparms.create_options = CREATE_NOT_DIR; in smb_set_file_info()
975 oparms.create_options = OPEN_REPARSE_POINT; in cifs_query_symlink()
1034 int create_options = CREATE_NOT_DIR | CREATE_OPTION_SPECIAL; in cifs_make_node() local
1096 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_make_node()
1101 oparms.create_options = create_options; in cifs_make_node()
Dcifsacl.c1059 int rc, create_options = 0; in get_cifs_acl_by_path() local
1072 create_options |= CREATE_OPEN_BACKUP_INTENT; in get_cifs_acl_by_path()
1077 oparms.create_options = create_options; in get_cifs_acl_by_path()
1122 int rc, access_flags, create_options = 0; in set_cifs_acl() local
1136 create_options |= CREATE_OPEN_BACKUP_INTENT; in set_cifs_acl()
1146 oparms.create_options = create_options; in set_cifs_acl()
Dsmb2ops.c683 oparms.create_options = 0; in open_shroot()
810 oparms.create_options = 0; in smb3_qfs_tcon()
851 oparms.create_options = 0; in smb2_qfs_tcon()
887 oparms.create_options = CREATE_OPEN_BACKUP_INTENT; in smb2_is_path_accessible()
889 oparms.create_options = 0; in smb2_is_path_accessible()
1132 oparms.create_options = CREATE_OPEN_BACKUP_INTENT; in smb2_set_ea()
1134 oparms.create_options = 0; in smb2_set_ea()
1424 oparms.create_options = CREATE_NOT_FILE; in smb2_ioctl_query_info()
1426 oparms.create_options = CREATE_NOT_DIR; in smb2_ioctl_query_info()
2011 oparms.create_options = CREATE_OPEN_BACKUP_INTENT; in smb2_query_dir_first()
[all …]
Dfile.c183 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local
226 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()
663 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local
729 create_options |= CREATE_OPEN_BACKUP_INTENT; in cifs_reopen_file()
737 oparms.create_options = create_options; in cifs_reopen_file()
Dinode.c475 oparms.create_options = CREATE_NOT_DIR;
477 oparms.create_options |= CREATE_OPEN_BACKUP_INTENT;
1224 oparms.create_options = CREATE_NOT_DIR;
1762 oparms.create_options = CREATE_NOT_DIR;
Dsmb2pdu.c2412 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
2414 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
2424 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
2473 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
2600 oparms->create_options, oparms->desired_access); in SMB2_open()
2615 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
2624 ses->Suid, oparms->create_options, in SMB2_open()
Dcifssmb.c1292 const int access_flags, const int create_options, __u16 *netfid, in SMBLegacyOpen() argument
1334 if (create_options & CREATE_OPTION_SPECIAL) in SMBLegacyOpen()
1339 if (create_options & CREATE_OPTION_READONLY) in SMBLegacyOpen()
1407 int create_options = oparms->create_options; in CIFS_open() local
1450 if (create_options & CREATE_OPTION_SPECIAL) in CIFS_open()
1462 if (create_options & CREATE_OPTION_READONLY) in CIFS_open()
1467 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK); in CIFS_open()
Dcifsglob.h1219 int create_options; member