Searched refs:GENERIC_WRITE (Results 1 – 9 of 9) 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;
399 return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE; in cifs_convert_flags()404 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
222 #define GENERIC_WRITE 0x40000000 macro
1627 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()1631 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()5170 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE, in __cifs_sfu_make_node()
1027 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()1031 else if (masked_flags == GENERIC_WRITE) in access_flags_to_smbopen_mode()5345 .desired_access = GENERIC_WRITE, in CIFSSMBSetPathInfoFB()
113 #define GENERIC_WRITE 0x40000000 macro
147 if ((flags & GENERIC_WRITE) || (flags & FILE_WRITE_RIGHTS)) { in access_flags_to_mode()