Searched refs:MAXIMUM_ALLOWED (Results 1 – 3 of 3) sorted by relevance
167 * GENERIC_READ, GENERIC_EXECUTE, GENERIC_ALL and MAXIMUM_ALLOWED in smb2_open_file() 176 !(oparms->desired_access & MAXIMUM_ALLOWED)) { in smb2_open_file()
922 * So try to open the path without FILE_READ_ATTRIBUTES but with MAXIMUM_ALLOWED in ea_unsupported() 934 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, MAXIMUM_ALLOWED, in ea_unsupported()
2054 #define MAXIMUM_ALLOWED 0x02000000 /* Maximal subset of GENERIC_ALL */ macro