Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dtrace.h1239 int create_options,
1241 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access),
1247 __field(int, create_options)
1255 __entry->create_options = create_options;
1260 __entry->create_options, __entry->desired_access)
1269 int create_options, \
1271 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access))
1280 int create_options,
1283 TP_ARGS(xid, tid, sesid, create_options, desired_acces
[all...]
H A Ddir.c209 int create_options = CREATE_NOT_DIR;
333 create_options |= cifs_open_create_options(oflags, create_options);
339 create_options |= CREATE_OPTION_READONLY;
368 .create_options = cifs_create_options(cifs_sb, create_options),
183 int create_options = CREATE_NOT_DIR; global() local
H A Dlink.c243 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_query_mf_symlink()
286 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_create_mf_symlink()
330 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_query_mf_symlink()
398 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in smb3_create_mf_symlink()
H A Dsmb2file.c203 oparms->create_options |= OPEN_REPARSE_POINT; in smb2_open_file()
206 oparms->create_options &= ~OPEN_REPARSE_POINT; in smb2_open_file()
H A Dsmb2inode.c845 __u32 create_options = 0; in smb2_compound_op()
895 FILE_OPEN, create_options, ACL_NO_MODE); in parse_create_response()
935 FILE_OPEN, create_options, ACL_NO_MODE); in ea_unsupported()
970 FILE_OPEN, create_options | in smb2_query_path_info()
1186 __u32 create_options, __u32 access, in smb2_unlink()
1205 create_options, ACL_NO_MODE); in smb2_unlink()
960 __u32 create_options = 0; smb2_query_path_info() local
1301 smb2_set_path_attr(const unsigned int xid,struct cifs_tcon * tcon,const char * from_name,const char * to_name,struct cifs_sb_info * cifs_sb,__u32 create_options,__u32 access,int command,struct cifsFileInfo * cfile,struct dentry * dentry) smb2_set_path_attr() argument
H A Dfile.c554 int create_options = CREATE_NOT_DIR; in cifs_nt_open()
594 create_options |= cifs_open_create_options(f_flags, create_options); in cifs_nt_open()
601 .create_options = cifs_create_options(cifs_sb, create_options), in cifs_nt_open()
1247 int create_options = CREATE_NOT_DIR; in cifs_reopen_file()
1318 create_options |= cifs_open_create_options(cfile->f_flags, in cifs_reopen_file()
1319 create_options); in cifs_reopen_file()
1329 .create_options = cifs_create_options(cifs_sb, create_options), in cifs_reopen_file()
548 int create_options = CREATE_NOT_DIR; cifs_nt_open() local
1235 int create_options = CREATE_NOT_DIR; cifs_reopen_file() local
[all...]
H A Dsmb2ops.c887 .create_options = cifs_create_options(cifs_sb, 0), in smb3_qfs_tcon()
931 .create_options = cifs_create_options(cifs_sb, 0), in smb2_qfs_tcon()
976 .create_options = cifs_create_options(cifs_sb, 0), in smb2_is_path_accessible()
1273 .create_options = cifs_create_options(cifs_sb, 0), in smb2_set_ea()
1591 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; in smb2_ioctl_query_info() local
1642 .create_options = cifs_create_options(cifs_sb, create_options), in smb2_ioctl_query_info()
2403 .create_options = cifs_create_options(cifs_sb, 0), in smb3_notify()
2482 .create_options = cifs_create_options(cifs_sb, 0), in smb2_query_dir_first()
2873 .create_options in smb2_query_info_compound()
[all...]
H A Dreparse.c333 oparms.create_options = cifs_create_options(cifs_sb, in detect_directory_symlink_target()
352 oparms.create_options = cifs_create_options(cifs_sb, in detect_directory_symlink_target()
H A Dsmb1ops.c886 oparms->create_options, in cifs_open_file()
1030 .create_options = cifs_create_options(cifs_sb, 0), in smb_set_file_info()
H A Dcifsglob.h1405 int create_options; member
2249 .create_options = cifs_create_options(_cifs_sb, (_co)), \
H A Dsmb2pdu.c3092 if (oparms->create_options & CREATE_OPTION_READONLY) in SMB2_open_init()
3094 if (oparms->create_options & CREATE_OPTION_SPECIAL) in SMB2_open_init()
3104 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK); in SMB2_open_init()
3151 (oparms->create_options & CREATE_NOT_FILE)) in SMB2_open_init()
3292 oparms->create_options, oparms->desired_access); in SMB2_open()
3315 oparms->create_options, oparms->desired_access, rc); in SMB2_open()
3350 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.c559 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR), in cifs_sfu_type()
1821 .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),