Searched refs:GENERIC_EXECUTE (Results 1 – 4 of 4) sorted by relevance
666 if (((flags & GENERIC_EXECUTE) || in access_flags_to_mode()695 if (((flags & GENERIC_EXECUTE) || in access_flags_to_mode()
1224 GENERIC_EXECUTE | GENERIC_READ); in access_flags_to_smbopen_mode()1226 GENERIC_EXECUTE); in access_flags_to_smbopen_mode()
1807 #define GENERIC_EXECUTE 0x20000000 /* Same as: FILE_EXECUTE | */ macro
155 if ((flags & GENERIC_EXECUTE) || (flags & FILE_EXEC_RIGHTS)) in access_flags_to_mode()