Searched refs:GENERIC_WRITE (Results 1 – 9 of 9) sorted by relevance
309 .desired_access = GENERIC_WRITE, in cifs_create_mf_symlink()421 .desired_access = GENERIC_WRITE, in smb3_create_mf_symlink()
283 desired_access |= GENERIC_WRITE;
580 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()609 if (((flags & GENERIC_WRITE) || in access_flags_to_mode()
401 return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE; in cifs_convert_flags()406 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
258 #define GENERIC_WRITE 0x40000000 /* Same as: FILE_WRITE_DATA | */ macro
1637 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()1641 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()5156 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE, in __cifs_sfu_make_node()
1053 MAXIMUM_ALLOWED | GENERIC_WRITE | GENERIC_ALL); in access_flags_to_smbopen_mode()5374 .desired_access = GENERIC_WRITE, in CIFSSMBSetPathInfoFB()
115 #define GENERIC_WRITE 0x40000000 macro
147 if ((flags & GENERIC_WRITE) || (flags & FILE_WRITE_RIGHTS)) { in access_flags_to_mode()