Searched refs:GENERIC_WRITE (Results 1 – 11 of 11) sorted by relevance
350 oparms.desired_access = GENERIC_WRITE; in cifs_create_mf_symlink()457 oparms.desired_access = GENERIC_WRITE; in smb3_create_mf_symlink()
269 desired_access |= GENERIC_WRITE; in cifs_do_create()
575 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()604 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
1103 oparms.desired_access = GENERIC_WRITE; in cifs_make_node()
1729 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()1733 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()5407 oparms.desired_access = GENERIC_WRITE; in smb2_make_node()
222 #define GENERIC_WRITE 0x40000000 macro
1147 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()1151 else if (masked_flags == GENERIC_WRITE) in access_flags_to_smbopen_mode()5768 oparms.desired_access = GENERIC_WRITE; in CIFSSMBSetPathInfoFB()
42 return GENERIC_WRITE; in cifs_convert_flags()47 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
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