Searched refs:GENERIC_READ (Results 1 – 4 of 4) sorted by relevance
242 .desired_access = GENERIC_READ, in cifs_query_mf_symlink()329 .desired_access = GENERIC_READ, in smb3_query_mf_symlink()
661 if (((flags & GENERIC_READ) || in access_flags_to_mode()690 if (((flags & GENERIC_READ) || in access_flags_to_mode()
1817 #define GENERIC_READ 0x80000000 /* Same as: FILE_READ_DATA | */ macro
148 if ((flags & GENERIC_READ) || (flags & FILE_READ_RIGHTS)) in access_flags_to_mode()