Home
last modified time | relevance | path

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

/linux/fs/smb/server/
H A Dsmb_common.h110 #define SYNCHRONIZE 0x00100000 /* The file handle can waited on to */ macro
126 | WRITE_OWNER | SYNCHRONIZE)
132 | WRITE_OWNER | SYNCHRONIZE)
137 | WRITE_OWNER | SYNCHRONIZE)
140 | READ_CONTROL | SYNCHRONIZE)
145 FILE_READ_EA | SYNCHRONIZE)
149 FILE_APPEND_DATA | SYNCHRONIZE)
152 FILE_READ_ATTRIBUTES | SYNCHRONIZE)
155 WRITE_OWNER | SYNCHRONIZE | FILE_READ_DATA | \
H A Dvfs.c150 *daccess |= cpu_to_le32(WRITE_DAC | WRITE_OWNER | SYNCHRONIZE | in ksmbd_vfs_query_maximal_access()
/linux/fs/smb/client/
H A Dcifspdu.h234 #define SYNCHRONIZE 0x00100000 /* The file handle can waited on to */ macro
257 /* SYNCHRONIZE */
263 /* SYNCHRONIZE */
268 /* SYNCHRONIZE */
279 | WRITE_OWNER | SYNCHRONIZE)
285 | WRITE_OWNER | SYNCHRONIZE)
290 | WRITE_OWNER | SYNCHRONIZE)
293 | READ_CONTROL | SYNCHRONIZE)
H A Dsmb2inode.c1069 FILE_READ_EA | SYNCHRONIZE, in smb2_query_path_info()
1353 SYNCHRONIZE | DELETE | in smb2_create_reparse_inode()
1423 FILE_READ_ATTRIBUTES | FILE_READ_EA | SYNCHRONIZE, in smb2_query_reparse_point()
H A Dsmb1ops.c976 .desired_access = SYNCHRONIZE | FILE_WRITE_ATTRIBUTES, in smb_set_file_info()
H A Dsmb2ops.c1643 oparms.desired_access = FILE_READ_DATA | FILE_WRITE_DATA | FILE_READ_ATTRIBUTES | SYNCHRONIZE; in smb2_ioctl_query_info()