Searched refs:GENERIC_EXECUTE (Results 1 – 4 of 4) sorted by relevance
177 !(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()
1755 #define GENERIC_EXECUTE 0x20000000 /* Same as: FILE_EXECUTE | */ macro
152 if ((flags & GENERIC_EXECUTE) || (flags & FILE_EXEC_RIGHTS)) in access_flags_to_mode()