Searched refs:GENERIC_EXECUTE (Results 1 – 5 of 5) sorted by relevance
114 #define GENERIC_EXECUTE 0x20000000 macro
162 * GENERIC_READ, GENERIC_EXECUTE, GENERIC_ALL and MAXIMUM_ALLOWED in smb2_open_file() 169 !(oparms->desired_access & GENERIC_EXECUTE) && in smb2_open_file()
590 if (((flags & GENERIC_EXECUTE) || in access_flags_to_mode() 619 if (((flags & GENERIC_EXECUTE) || in access_flags_to_mode()
244 #define GENERIC_ALL 0x10000000 /* Same as: GENERIC_EXECUTE | */254 #define GENERIC_EXECUTE 0x20000000 /* Same as: FILE_EXECUTE | */ macro
1058 GENERIC_EXECUTE | GENERIC_READ); in access_flags_to_smbopen_mode() 1060 GENERIC_EXECUTE); in access_flags_to_smbopen_mode()