Home
last modified time | relevance | path

Searched refs:MAXIMUM_ALLOWED (Results 1 – 3 of 3) sorted by relevance

/linux/fs/smb/client/
H A Dsmb2file.c167 * GENERIC_READ, GENERIC_EXECUTE, GENERIC_ALL and MAXIMUM_ALLOWED in smb2_open_file()
176 !(oparms->desired_access & MAXIMUM_ALLOWED)) { in smb2_open_file()
H A Dsmb2inode.c922 * So try to open the path without FILE_READ_ATTRIBUTES but with MAXIMUM_ALLOWED in ea_unsupported()
934 oparms = CIFS_OPARMS(cifs_sb, tcon, full_path, MAXIMUM_ALLOWED, in ea_unsupported()
/linux/fs/smb/common/
H A Dsmb2pdu.h2054 #define MAXIMUM_ALLOWED 0x02000000 /* Maximal subset of GENERIC_ALL */ macro