Searched refs:GENERIC_READ (Results 1 – 8 of 8) sorted by relevance
339 oparms.desired_access = GENERIC_READ; in cifs_query_mf_symlink()427 oparms.desired_access = GENERIC_READ; in smb3_query_mf_symlink()
456 if ((flags & GENERIC_READ) || in access_flags_to_mode()477 if ((flags & GENERIC_READ) || in access_flags_to_mode()
313 desired_access |= GENERIC_READ; /* is this too little? */ in cifs_do_create()
50 return GENERIC_READ; in cifs_convert_flags()57 return (GENERIC_READ | GENERIC_WRITE); in cifs_convert_flags()
246 #define GENERIC_READ 0x80000000 macro
448 oparms.desired_access = GENERIC_READ;
1155 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()1157 if (masked_flags == GENERIC_READ) in access_flags_to_smbopen_mode()
1556 GENERIC_READ = cpu_to_le32(0x80000000), enumerator