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

/linux-master/fs/smb/client/
H A Dtrace.h778 int create_options,
780 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access),
786 __field(int, create_options)
794 __entry->create_options = create_options;
799 __entry->create_options, __entry->desired_access)
808 int create_options, \
810 TP_ARGS(xid, tid, sesid, full_path, create_options, desired_access))
819 int create_options,
822 TP_ARGS(xid, tid, sesid, create_options, desired_acces
[all...]
H A Dlink.c266 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
309 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
353 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
421 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
H A Dsmb2file.c132 oparms->create_options |= OPEN_REPARSE_POINT;
135 oparms->create_options &= ~OPEN_REPARSE_POINT;
H A Ddir.c182 int create_options = CREATE_NOT_DIR; local
312 create_options |= CREATE_OPTION_READONLY;
319 .create_options = cifs_create_options(cifs_sb, create_options),
H A Dsmb2inode.c866 __u32 create_options = 0; local
919 FILE_OPEN, create_options, ACL_NO_MODE);
952 FILE_OPEN, create_options |
1064 __u32 create_options, __u32 access,
1081 create_options, ACL_NO_MODE);
1061 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) argument
H A Dsmb1ops.c586 .create_options = cifs_create_options(cifs_sb, 0),
734 oparms->create_options,
834 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
H A Dsmb2ops.c821 .create_options = cifs_create_options(cifs_sb, 0),
865 .create_options = cifs_create_options(cifs_sb, 0),
913 .create_options = cifs_create_options(cifs_sb, 0),
1206 .create_options = cifs_create_options(cifs_sb, 0),
1523 int create_options = is_dir ? CREATE_NOT_FILE : CREATE_NOT_DIR; local
1573 .create_options = cifs_create_options(cifs_sb, create_options),
2221 .create_options = cifs_create_options(cifs_sb, 0),
2300 .create_options = cifs_create_options(cifs_sb, 0),
2689 .create_options
[all...]
H A Dfile.c348 int create_options = CREATE_NOT_DIR; local
392 create_options |= CREATE_WRITE_THROUGH;
395 create_options |= CREATE_NO_BUFFER;
402 .create_options = cifs_create_options(cifs_sb, create_options),
969 int create_options = CREATE_NOT_DIR; local
1043 create_options |= CREATE_WRITE_THROUGH;
1046 create_options |= CREATE_NO_BUFFER;
1056 .create_options = cifs_create_options(cifs_sb, create_options),
[all...]
H A Dcached_dir.c241 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_FILE),
H A Dcifssmb.c1039 const int access_flags, const int create_options, __u16 *netfid,
1081 if (create_options & CREATE_OPTION_SPECIAL)
1086 if (create_options & CREATE_OPTION_READONLY)
1090 /* pSMB->CreateOptions = cpu_to_le32(create_options &
1154 int create_options = oparms->create_options; local
1197 if (create_options & CREATE_OPTION_SPECIAL)
1209 if (create_options & CREATE_OPTION_READONLY)
1214 req->CreateOptions = cpu_to_le32(create_options & CREATE_OPTIONS_MASK);
2723 .create_options
1037 SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon, const char *fileName, const int openDisposition, const int access_flags, const int create_options, __u16 *netfid, int *pOplock, FILE_ALL_INFO *pfile_info, const struct nls_table *nls_codepage, int remap) argument
[all...]
H A Dsmb2pdu.c3008 if (oparms->create_options & CREATE_OPTION_READONLY)
3010 if (oparms->create_options & CREATE_OPTION_SPECIAL)
3020 req->CreateOptions = cpu_to_le32(oparms->create_options & CREATE_OPTIONS_MASK);
3067 (oparms->create_options & CREATE_NOT_FILE))
3209 oparms->create_options, oparms->desired_access);
3228 oparms->create_options, oparms->desired_access, rc);
3239 oparms->create_options, oparms->desired_access);
H A Dcifsacl.c1435 .create_options = cifs_create_options(cifs_sb, 0),
1502 .create_options = cifs_create_options(cifs_sb, 0),
H A Dcifsglob.h1397 int create_options; member in struct:cifs_open_parms
2313 .create_options = cifs_create_options(_cifs_sb, (_co)), \
H A Dinode.c543 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
1620 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),
2223 .create_options = cifs_create_options(cifs_sb, CREATE_NOT_DIR),

Completed in 325 milliseconds