Searched refs:GENERIC_WRITE (Results 1 – 10 of 10) sorted by relevance
308 .desired_access = GENERIC_WRITE, in cifs_create_mf_symlink()420 .desired_access = GENERIC_WRITE, in smb3_create_mf_symlink()
580 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()609 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
283 desired_access |= GENERIC_WRITE;
214 return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE; in cifs_convert_flags()219 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
1590 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()1594 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()4997 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE, in __cifs_sfu_make_node()
1025 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()1029 else if (masked_flags == GENERIC_WRITE) in access_flags_to_smbopen_mode()5303 .desired_access = GENERIC_WRITE, in CIFSSMBSetPathInfoFB()
222 #define GENERIC_WRITE 0x40000000 macro
113 #define GENERIC_WRITE 0x40000000 macro
147 if ((flags & GENERIC_WRITE) || (flags & FILE_WRITE_RIGHTS)) { in access_flags_to_mode()
1533 GENERIC_WRITE = cpu_to_le32(0x40000000), enumerator