Searched refs:GENERIC_WRITE (Results 1 – 7 of 7) sorted by relevance
285 .desired_access = GENERIC_WRITE, in cifs_create_mf_symlink()388 .desired_access = GENERIC_WRITE, in smb3_create_mf_symlink()
656 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()685 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
425 (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE); in cifs_convert_flags()431 return flags | GENERIC_READ | GENERIC_WRITE; in cifs_convert_flags()
1670 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()1674 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()5561 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE, in __cifs_sfu_make_node()
1220 MAXIMUM_ALLOWED | GENERIC_WRITE | GENERIC_ALL); in access_flags_to_smbopen_mode()
1811 #define GENERIC_WRITE 0x40000000 /* Same as: FILE_WRITE_DATA | */ macro
150 if ((flags & GENERIC_WRITE) || (flags & FILE_WRITE_RIGHTS)) { in access_flags_to_mode()