Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb_common.h114 #define GENERIC_EXECUTE 0x20000000 macro
/linux/fs/smb/client/
H A Dsmb2file.c162 * GENERIC_READ, GENERIC_EXECUTE, GENERIC_ALL and MAXIMUM_ALLOWED in smb2_open_file()
169 !(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()
H A Dcifspdu.h244 #define GENERIC_ALL 0x10000000 /* Same as: GENERIC_EXECUTE | */
254 #define GENERIC_EXECUTE 0x20000000 /* Same as: FILE_EXECUTE | */ macro
H A Dcifssmb.c1058 GENERIC_EXECUTE | GENERIC_READ); in access_flags_to_smbopen_mode()
1060 GENERIC_EXECUTE); in access_flags_to_smbopen_mode()