Searched refs:GENERIC_READ (Results 1 – 10 of 10) sorted by relevance
281 desired_access |= GENERIC_READ; /* is this too little? */285 desired_access |= GENERIC_READ;329 desired_access &= ~GENERIC_READ;
265 .desired_access = GENERIC_READ, in cifs_query_mf_symlink()352 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
585 if (((flags & GENERIC_READ) || in access_flags_to_mode()614 if (((flags & GENERIC_READ) || in access_flags_to_mode()
397 return GENERIC_READ; in cifs_convert_flags()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()
223 #define GENERIC_READ 0x80000000 macro
1027 int masked_flags = access_flags & (GENERIC_READ | GENERIC_WRITE); in access_flags_to_smbopen_mode()1029 if (masked_flags == GENERIC_READ) in access_flags_to_smbopen_mode()
562 .desired_access = GENERIC_READ, in cifs_sfu_type()
1624 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
114 #define GENERIC_READ 0x80000000 macro
145 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()