Searched refs:READ_CONTROL (Results 1 – 5 of 5) sorted by relevance
232 #define READ_CONTROL 0x00020000 /* The access control list and */ macro261 | DELETE | READ_CONTROL | WRITE_DAC \267 | DELETE | READ_CONTROL | WRITE_DAC \272 | DELETE | READ_CONTROL | WRITE_DAC \276 | READ_CONTROL | SYNCHRONIZE)
1076 oparms.desired_access = READ_CONTROL; in get_cifs_acl_by_path()
1442 oparms.desired_access = FILE_READ_ATTRIBUTES | READ_CONTROL; in smb2_ioctl_query_info()2814 oparms.desired_access = READ_CONTROL; in get_smb2_acl_by_path()
61 return (READ_CONTROL | FILE_WRITE_ATTRIBUTES | FILE_READ_ATTRIBUTES | in cifs_convert_flags()
1474 READ_CONTROL = cpu_to_le32(0x00020000), enumerator