Searched refs:GENERIC_WRITE (Results 1 – 9 of 9) sorted by relevance
310 .desired_access = GENERIC_WRITE, in cifs_create_mf_symlink()422 .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()
286 desired_access |= GENERIC_WRITE;
406 return rdwr_for_fscache == 1 ? (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE; in cifs_convert_flags()411 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
258 #define GENERIC_WRITE 0x40000000 /* Same as: FILE_WRITE_DATA | */ macro
1652 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()1656 oparms.desired_access = GENERIC_WRITE; in smb2_ioctl_query_info()5179 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, GENERIC_WRITE, in __cifs_sfu_make_node()
1054 MAXIMUM_ALLOWED | GENERIC_WRITE | GENERIC_ALL); in access_flags_to_smbopen_mode()5551 .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()
Completed in 57 milliseconds