Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dtrace.h1146 int create_options,
1148 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access),
1154 __field(int, create_options)
1162 __entry->create_options = create_options;
1167 __entry->create_options, __entry->desired_access)
1176 int create_options, \
1178 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access))
1187 int create_options,
1190 TP_ARGS(xid, tid, sesid, create_options, desired_access, rc),
1195 __field(int, create_options)
[all …]
H A Dsmb2file.c199 oparms->create_options |= OPEN_REPARSE_POINT; in smb2_open_file()
202 oparms->create_options &= ~OPEN_REPARSE_POINT; in smb2_open_file()
H A Dsmb2inode.c960 __u32 create_options = 0; in smb2_query_path_info() local
1010 FILE_OPEN, create_options, ACL_NO_MODE); in smb2_query_path_info()
1050 FILE_OPEN, create_options, ACL_NO_MODE); in smb2_query_path_info()
1085 FILE_OPEN, create_options | in smb2_query_path_info()
1299 __u32 create_options, __u32 access, in smb2_set_path_attr() argument
1318 create_options, ACL_NO_MODE); in smb2_set_path_attr()
H A Dfile.c548 int create_options = CREATE_NOT_DIR; in cifs_nt_open() local
592 create_options |= CREATE_WRITE_THROUGH; in cifs_nt_open()
595 create_options |= CREATE_NO_BUFFER; in cifs_nt_open()
602 .create_options = cifs_create_options(cifs_sb, create_options), in cifs_nt_open()
1250 int create_options = CREATE_NOT_DIR; in cifs_reopen_file() local
1324 create_options |= CREATE_WRITE_THROUGH; in cifs_reopen_file()
1327 create_options |= CREATE_NO_BUFFER; in cifs_reopen_file()
1337 .create_options = cifs_create_options(cifs_sb, create_options), in cifs_reopen_file()
H A Dsmb2ops.c877 .create_options = cifs_create_options(cifs_sb, 0), in smb3_qfs_tcon()
921 .create_options = cifs_create_options(cifs_sb, 0), in smb2_qfs_tcon()
966 .create_options = cifs_create_options(cifs_sb, 0), in smb2_is_path_accessible()
1263 .create_options = cifs_create_options(cifs_sb, 0), in smb2_set_ea()
1585 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() local
1636 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_ioctl_query_info()
2405 .create_options = cifs_create_options(cifs_sb, 0), in smb3_notify()
2484 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_dir_first()
2875 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_info_compound()
3028 .create_options = cifs_create_options(cifs_sb, 0), in smb311_queryfs()
[all …]
H A Dreparse.c332 oparms.create_options = cifs_create_options(cifs_sb, in detect_directory_symlink_target()
351 oparms.create_options = cifs_create_options(cifs_sb, in detect_directory_symlink_target()
H A Dsmb1ops.c881 oparms->create_options, in cifs_open_file()
1025 .create_options = cifs_create_options(cifs_sb, 0), in smb_set_file_info()
H A Dsmb2pdu.c3094 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
3096 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
3106 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
3153 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
3297 oparms->create_options, oparms->desired_access); in SMB2_open()
3320 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
3331 oparms->create_options, oparms->desired_access); in SMB2_open()
H A Dcifsacl.c1459 .create_options = cifs_create_options(cifs_sb, 0), in get_cifs_acl_by_path()
1531 .create_options = cifs_create_options(cifs_sb, 0), in set_cifs_acl()
H A Dcached_dir.c276 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_FILE), in open_cached_dir()
H A Dinode.c563 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_sfu_type()
1823 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_rename_pending_delete()
2472 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),