Searched refs:GENERIC_READ (Results 1 – 11 of 11) sorted by relevance
281 desired_access |= GENERIC_READ; /* is this too little? */285 desired_access |= GENERIC_READ;329 desired_access &= ~GENERIC_READ;
266 .desired_access = GENERIC_READ, in cifs_query_mf_symlink()353 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
168 !(oparms->desired_access & GENERIC_READ) && in smb2_open_file()
585 if (((flags & GENERIC_READ) || in access_flags_to_mode()614 if (((flags & GENERIC_READ) || in access_flags_to_mode()
399 return GENERIC_READ; in cifs_convert_flags()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()
264 #define GENERIC_READ 0x80000000 /* Same as: FILE_READ_DATA | */ macro
562 .desired_access = GENERIC_READ, in cifs_sfu_type()
1634 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
1057 GENERIC_EXECUTE | GENERIC_READ); in access_flags_to_smbopen_mode()
116 #define GENERIC_READ 0x80000000 macro
145 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()