Searched refs:GENERIC_WRITE (Results 1 – 7 of 7) sorted by relevance
366 oparms.desired_access = GENERIC_WRITE; in cifs_create_mf_symlink()479 oparms.desired_access = GENERIC_WRITE; in smb3_create_mf_symlink()
326 desired_access |= GENERIC_WRITE; in cifs_do_create()705 oparms.desired_access = GENERIC_WRITE; in cifs_mknod()
575 if ((flags & GENERIC_WRITE) || in access_flags_to_mode()596 if ((flags & GENERIC_WRITE) || in access_flags_to_mode()
52 return GENERIC_WRITE; in cifs_convert_flags()57 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
245 #define GENERIC_WRITE 0x40000000 macro
1195 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()1199 else if (masked_flags == GENERIC_WRITE) in access_flags_to_smbopen_mode()
1547 GENERIC_WRITE = cpu_to_le32(0x40000000), enumerator