Searched refs:GENERIC_READ (Results 1 – 9 of 9) sorted by relevance
242 .desired_access = GENERIC_READ, in cifs_query_mf_symlink()329 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
303 desired_access |= GENERIC_READ; /* is this too little? */307 desired_access |= GENERIC_READ;379 desired_access &= ~GENERIC_READ;
176 !(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()
416 return flags | GENERIC_READ; in cifs_convert_flags()419 (GENERIC_READ | GENERIC_WRITE) : GENERIC_WRITE); in cifs_convert_flags()425 return flags | GENERIC_READ | GENERIC_WRITE; in cifs_convert_flags()
558 .desired_access = GENERIC_READ, in cifs_sfu_type()
1667 oparms.desired_access = GENERIC_READ; in smb2_ioctl_query_info()
1765 #define GENERIC_READ 0x80000000 /* Same as: FILE_READ_DATA | */ macro
145 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()