Searched refs:SYNCHRONIZE (Results 1 – 6 of 6) sorted by relevance
108 #define SYNCHRONIZE 0x00100000 /* The file handle can waited on to */ macro124 | WRITE_OWNER | SYNCHRONIZE)130 | WRITE_OWNER | SYNCHRONIZE)135 | WRITE_OWNER | SYNCHRONIZE)138 | READ_CONTROL | SYNCHRONIZE)143 FILE_READ_EA | SYNCHRONIZE)147 FILE_APPEND_DATA | SYNCHRONIZE)150 FILE_READ_ATTRIBUTES | SYNCHRONIZE)153 WRITE_OWNER | SYNCHRONIZE | FILE_READ_DATA | \
129 *daccess |= cpu_to_le32(WRITE_DAC | WRITE_OWNER | SYNCHRONIZE | in ksmbd_vfs_query_maximal_access()
215 #define SYNCHRONIZE 0x00100000 /* The file handle can waited on to */ macro239 | WRITE_OWNER | SYNCHRONIZE)245 | WRITE_OWNER | SYNCHRONIZE)250 | WRITE_OWNER | SYNCHRONIZE)253 | READ_CONTROL | SYNCHRONIZE)
828 oparms.desired_access = SYNCHRONIZE | FILE_WRITE_ATTRIBUTES; in smb_set_file_info()
1466 oparms.desired_access = FILE_READ_DATA | FILE_WRITE_DATA | FILE_READ_ATTRIBUTES | SYNCHRONIZE; in smb2_ioctl_query_info()
1487 SYNCHRONIZE = cpu_to_le32(0x00100000), enumerator