Home
last modified time | relevance | path

Searched refs:SYNCHRONIZE (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/fs/smb/server/
H A Dsmb_common.h108 #define SYNCHRONIZE 0x00100000 /* The file handle can waited on to */ macro
124 | 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 | \
H A Dvfs.c149 *daccess |= cpu_to_le32(WRITE_DAC | WRITE_OWNER | SYNCHRONIZE | in ksmbd_vfs_query_maximal_access()
/openbmc/linux/fs/smb/client/
H A Dcifspdu.h215 #define SYNCHRONIZE 0x00100000 /* The file handle can waited on to */ macro
239 | WRITE_OWNER | SYNCHRONIZE)
245 | WRITE_OWNER | SYNCHRONIZE)
250 | WRITE_OWNER | SYNCHRONIZE)
253 | READ_CONTROL | SYNCHRONIZE)
H A Dsmb2inode.c995 FILE_READ_EA | SYNCHRONIZE, in smb2_query_path_info()
1266 SYNCHRONIZE | DELETE | in smb2_get_reparse_inode()
1336 FILE_READ_ATTRIBUTES | FILE_READ_EA | SYNCHRONIZE, in smb2_query_reparse_point()
H A Dsmb1ops.c833 .desired_access = SYNCHRONIZE | FILE_WRITE_ATTRIBUTES, in smb_set_file_info()
H A Dsmb2ops.c1583 oparms.desired_access = FILE_READ_DATA | FILE_WRITE_DATA | FILE_READ_ATTRIBUTES | SYNCHRONIZE; in smb2_ioctl_query_info()
/openbmc/qemu/util/
H A Dqemu-thread-win32.c540 handle = OpenThread(SYNCHRONIZE | THREAD_SUSPEND_RESUME | in qemu_thread_get_handle()
/openbmc/linux/fs/ntfs/
H A Dlayout.h1487 SYNCHRONIZE = cpu_to_le32(0x00100000), enumerator