Searched refs:GENERIC_READ (Results 1 – 11 of 11) sorted by relevance
305 oparms.desired_access = GENERIC_READ; in cifs_query_mf_symlink()388 oparms.desired_access = GENERIC_READ; in smb3_query_mf_symlink()
580 if (((flags & GENERIC_READ) || in access_flags_to_mode()609 if (((flags & GENERIC_READ) || in access_flags_to_mode()
266 desired_access |= GENERIC_READ; /* is this too little? */ in cifs_do_create()
235 #define GENERIC_READ 0x80000000 macro
40 return GENERIC_READ; in cifs_convert_flags()47 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
469 oparms.desired_access = GENERIC_READ;
1092 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()1094 if (masked_flags == GENERIC_READ) in access_flags_to_smbopen_mode()
1686 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
114 #define GENERIC_READ 0x80000000 macro
144 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()
1542 GENERIC_READ = cpu_to_le32(0x80000000), enumerator
Completed in 70 milliseconds