Home
last modified time | relevance | path

Searched refs:GENERIC_EXECUTE (Results 1 – 4 of 4) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2file.c177 !(oparms->desired_access & GENERIC_EXECUTE) && in smb2_open_file()
H A Dcifsacl.c590 if (((flags & GENERIC_EXECUTE) || in access_flags_to_mode()
619 if (((flags & GENERIC_EXECUTE) || in access_flags_to_mode()
/linux/fs/smb/common/
H A Dsmb2pdu.h1755 #define GENERIC_EXECUTE 0x20000000 /* Same as: FILE_EXECUTE | */ macro
/linux/fs/smb/server/
H A Dsmbacl.c152 if ((flags & GENERIC_EXECUTE) || (flags & FILE_EXEC_RIGHTS)) in access_flags_to_mode()