Searched refs:GENERIC_WRITE (Results 1 – 8 of 8) sorted by relevance
285 .desired_access = GENERIC_WRITE, in cifs_create_mf_symlink()397 .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()
287 desired_access |= GENERIC_WRITE;
414 return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE; in cifs_convert_flags()419 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
1659 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()1663 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()5252 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE, in __cifs_sfu_make_node()
1214 MAXIMUM_ALLOWED | GENERIC_WRITE | GENERIC_ALL); in access_flags_to_smbopen_mode()5845 .desired_access = GENERIC_WRITE, in CIFSSMBSetPathInfoFB()
2071 #define GENERIC_WRITE 0x40000000 /* Same as: FILE_WRITE_DATA | */ macro
147 if ((flags & GENERIC_WRITE) || (flags & FILE_WRITE_RIGHTS)) { in access_flags_to_mode()