Lines Matching refs:cpu_to_le32
88 #define SMB2_PROTO_NUMBER cpu_to_le32(0x424d53fe)
145 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001)
146 #define SMB2_FLAGS_ASYNC_COMMAND cpu_to_le32(0x00000002)
147 #define SMB2_FLAGS_RELATED_OPERATIONS cpu_to_le32(0x00000004)
148 #define SMB2_FLAGS_SIGNED cpu_to_le32(0x00000008)
149 #define SMB2_FLAGS_DFS_OPERATIONS cpu_to_le32(0x10000000)
323 #define SMB2_SHARE_CAP_DFS cpu_to_le32(0x00000008) /* all dialects */
324 #define SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY cpu_to_le32(0x00000010) /* 3.0 */
325 #define SMB2_SHARE_CAP_SCALEOUT cpu_to_le32(0x00000020) /* 3.0 */
326 #define SMB2_SHARE_CAP_CLUSTER cpu_to_le32(0x00000040) /* 3.0 */
327 #define SMB2_SHARE_CAP_ASYMMETRIC cpu_to_le32(0x00000080) /* 3.02 */
368 #define FILE_READ_DATA_LE cpu_to_le32(0x00000001)
369 #define FILE_WRITE_DATA_LE cpu_to_le32(0x00000002)
370 #define FILE_APPEND_DATA_LE cpu_to_le32(0x00000004)
371 #define FILE_READ_EA_LE cpu_to_le32(0x00000008)
372 #define FILE_WRITE_EA_LE cpu_to_le32(0x00000010)
373 #define FILE_EXECUTE_LE cpu_to_le32(0x00000020)
374 #define FILE_READ_ATTRIBUTES_LE cpu_to_le32(0x00000080)
375 #define FILE_WRITE_ATTRIBUTES_LE cpu_to_le32(0x00000100)
376 #define FILE_DELETE_LE cpu_to_le32(0x00010000)
377 #define FILE_READ_CONTROL_LE cpu_to_le32(0x00020000)
378 #define FILE_WRITE_DAC_LE cpu_to_le32(0x00040000)
379 #define FILE_WRITE_OWNER_LE cpu_to_le32(0x00080000)
380 #define FILE_SYNCHRONIZE_LE cpu_to_le32(0x00100000)
381 #define FILE_ACCESS_SYSTEM_SECURITY_LE cpu_to_le32(0x01000000)
382 #define FILE_MAXIMAL_ACCESS_LE cpu_to_le32(0x02000000)
383 #define FILE_GENERIC_ALL_LE cpu_to_le32(0x10000000)
384 #define FILE_GENERIC_EXECUTE_LE cpu_to_le32(0x20000000)
385 #define FILE_GENERIC_WRITE_LE cpu_to_le32(0x40000000)
386 #define FILE_GENERIC_READ_LE cpu_to_le32(0x80000000)
389 #define FILE_SHARE_READ_LE cpu_to_le32(0x00000001)
390 #define FILE_SHARE_WRITE_LE cpu_to_le32(0x00000002)
391 #define FILE_SHARE_DELETE_LE cpu_to_le32(0x00000004)
392 #define FILE_SHARE_ALL_LE cpu_to_le32(0x00000007)
395 #define FILE_SUPERSEDE_LE cpu_to_le32(0x00000000)
396 #define FILE_OPEN_LE cpu_to_le32(0x00000001)
397 #define FILE_CREATE_LE cpu_to_le32(0x00000002)
398 #define FILE_OPEN_IF_LE cpu_to_le32(0x00000003)
399 #define FILE_OVERWRITE_LE cpu_to_le32(0x00000004)
400 #define FILE_OVERWRITE_IF_LE cpu_to_le32(0x00000005)
403 #define FILE_DIRECTORY_FILE_LE cpu_to_le32(0x00000001)
405 #define FILE_WRITE_THROUGH_LE cpu_to_le32(0x00000002)
406 #define FILE_SEQUENTIAL_ONLY_LE cpu_to_le32(0x00000004)
407 #define FILE_NO_INTERMEDIATE_BUFFERRING_LE cpu_to_le32(0x00000008)
408 #define FILE_SYNCHRONOUS_IO_ALERT_LE cpu_to_le32(0x00000010)
409 #define FILE_SYNCHRONOUS_IO_NON_ALERT_LE cpu_to_le32(0x00000020)
410 #define FILE_NON_DIRECTORY_FILE_LE cpu_to_le32(0x00000040)
411 #define FILE_COMPLETE_IF_OPLOCKED_LE cpu_to_le32(0x00000100)
412 #define FILE_NO_EA_KNOWLEDGE_LE cpu_to_le32(0x00000200)
413 #define FILE_RANDOM_ACCESS_LE cpu_to_le32(0x00000800)
414 #define FILE_DELETE_ON_CLOSE_LE cpu_to_le32(0x00001000)
415 #define FILE_OPEN_BY_FILE_ID_LE cpu_to_le32(0x00002000)
416 #define FILE_OPEN_FOR_BACKUP_INTENT_LE cpu_to_le32(0x00004000)
417 #define FILE_NO_COMPRESSION_LE cpu_to_le32(0x00008000)
418 #define FILE_RESERVE_OPFILTER_LE cpu_to_le32(0x00100000)
419 #define FILE_OPEN_REPARSE_POINT_LE cpu_to_le32(0x00200000)
420 #define FILE_OPEN_NO_RECALL_LE cpu_to_le32(0x00400000)
421 #define FILE_OPEN_FOR_FREE_SPACE_QUERY_LE cpu_to_le32(0x00800000)
430 #define IL_ANONYMOUS cpu_to_le32(0x00000000)
431 #define IL_IDENTIFICATION cpu_to_le32(0x00000001)
432 #define IL_IMPERSONATION cpu_to_le32(0x00000002)
433 #define IL_DELEGATE cpu_to_le32(0x00000003)
505 #define SMB2_LEASE_NONE cpu_to_le32(0x00)
506 #define SMB2_LEASE_READ_CACHING cpu_to_le32(0x01)
507 #define SMB2_LEASE_HANDLE_CACHING cpu_to_le32(0x02)
508 #define SMB2_LEASE_WRITE_CACHING cpu_to_le32(0x04)
510 #define SMB2_LEASE_FLAG_BREAK_IN_PROGRESS cpu_to_le32(0x02)
911 #define SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED cpu_to_le32(0x01)