Lines Matching refs:cpu_to_le32
88 #define SMB2_PROTO_NUMBER cpu_to_le32(0x424d53fe)
142 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001)
143 #define SMB2_FLAGS_ASYNC_COMMAND cpu_to_le32(0x00000002)
144 #define SMB2_FLAGS_RELATED_OPERATIONS cpu_to_le32(0x00000004)
145 #define SMB2_FLAGS_SIGNED cpu_to_le32(0x00000008)
146 #define SMB2_FLAGS_DFS_OPERATIONS cpu_to_le32(0x10000000)
357 #define SMB2_SHARE_CAP_DFS cpu_to_le32(0x00000008) /* all dialects */
358 #define SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY cpu_to_le32(0x00000010) /* 3.0 */
359 #define SMB2_SHARE_CAP_SCALEOUT cpu_to_le32(0x00000020) /* 3.0 */
360 #define SMB2_SHARE_CAP_CLUSTER cpu_to_le32(0x00000040) /* 3.0 */
361 #define SMB2_SHARE_CAP_ASYMMETRIC cpu_to_le32(0x00000080) /* 3.02 */
402 #define FILE_READ_DATA_LE cpu_to_le32(0x00000001)
403 #define FILE_WRITE_DATA_LE cpu_to_le32(0x00000002)
404 #define FILE_APPEND_DATA_LE cpu_to_le32(0x00000004)
405 #define FILE_READ_EA_LE cpu_to_le32(0x00000008)
406 #define FILE_WRITE_EA_LE cpu_to_le32(0x00000010)
407 #define FILE_EXECUTE_LE cpu_to_le32(0x00000020)
408 #define FILE_READ_ATTRIBUTES_LE cpu_to_le32(0x00000080)
409 #define FILE_WRITE_ATTRIBUTES_LE cpu_to_le32(0x00000100)
410 #define FILE_DELETE_LE cpu_to_le32(0x00010000)
411 #define FILE_READ_CONTROL_LE cpu_to_le32(0x00020000)
412 #define FILE_WRITE_DAC_LE cpu_to_le32(0x00040000)
413 #define FILE_WRITE_OWNER_LE cpu_to_le32(0x00080000)
414 #define FILE_SYNCHRONIZE_LE cpu_to_le32(0x00100000)
415 #define FILE_ACCESS_SYSTEM_SECURITY_LE cpu_to_le32(0x01000000)
416 #define FILE_MAXIMAL_ACCESS_LE cpu_to_le32(0x02000000)
417 #define FILE_GENERIC_ALL_LE cpu_to_le32(0x10000000)
418 #define FILE_GENERIC_EXECUTE_LE cpu_to_le32(0x20000000)
419 #define FILE_GENERIC_WRITE_LE cpu_to_le32(0x40000000)
420 #define FILE_GENERIC_READ_LE cpu_to_le32(0x80000000)
423 #define FILE_SHARE_READ_LE cpu_to_le32(0x00000001)
424 #define FILE_SHARE_WRITE_LE cpu_to_le32(0x00000002)
425 #define FILE_SHARE_DELETE_LE cpu_to_le32(0x00000004)
426 #define FILE_SHARE_ALL_LE cpu_to_le32(0x00000007)
429 #define FILE_SUPERSEDE_LE cpu_to_le32(0x00000000)
430 #define FILE_OPEN_LE cpu_to_le32(0x00000001)
431 #define FILE_CREATE_LE cpu_to_le32(0x00000002)
432 #define FILE_OPEN_IF_LE cpu_to_le32(0x00000003)
433 #define FILE_OVERWRITE_LE cpu_to_le32(0x00000004)
434 #define FILE_OVERWRITE_IF_LE cpu_to_le32(0x00000005)
437 #define FILE_DIRECTORY_FILE_LE cpu_to_le32(0x00000001)
439 #define FILE_WRITE_THROUGH_LE cpu_to_le32(0x00000002)
440 #define FILE_SEQUENTIAL_ONLY_LE cpu_to_le32(0x00000004)
441 #define FILE_NO_INTERMEDIATE_BUFFERRING_LE cpu_to_le32(0x00000008)
442 #define FILE_SYNCHRONOUS_IO_ALERT_LE cpu_to_le32(0x00000010)
443 #define FILE_SYNCHRONOUS_IO_NON_ALERT_LE cpu_to_le32(0x00000020)
444 #define FILE_NON_DIRECTORY_FILE_LE cpu_to_le32(0x00000040)
445 #define FILE_COMPLETE_IF_OPLOCKED_LE cpu_to_le32(0x00000100)
446 #define FILE_NO_EA_KNOWLEDGE_LE cpu_to_le32(0x00000200)
447 #define FILE_RANDOM_ACCESS_LE cpu_to_le32(0x00000800)
448 #define FILE_DELETE_ON_CLOSE_LE cpu_to_le32(0x00001000)
449 #define FILE_OPEN_BY_FILE_ID_LE cpu_to_le32(0x00002000)
450 #define FILE_OPEN_FOR_BACKUP_INTENT_LE cpu_to_le32(0x00004000)
451 #define FILE_NO_COMPRESSION_LE cpu_to_le32(0x00008000)
452 #define FILE_RESERVE_OPFILTER_LE cpu_to_le32(0x00100000)
453 #define FILE_OPEN_REPARSE_POINT_LE cpu_to_le32(0x00200000)
454 #define FILE_OPEN_NO_RECALL_LE cpu_to_le32(0x00400000)
455 #define FILE_OPEN_FOR_FREE_SPACE_QUERY_LE cpu_to_le32(0x00800000)
464 #define IL_ANONYMOUS cpu_to_le32(0x00000000)
465 #define IL_IDENTIFICATION cpu_to_le32(0x00000001)
466 #define IL_IMPERSONATION cpu_to_le32(0x00000002)
467 #define IL_DELEGATE cpu_to_le32(0x00000003)
539 #define SMB2_LEASE_NONE cpu_to_le32(0x00)
540 #define SMB2_LEASE_READ_CACHING cpu_to_le32(0x01)
541 #define SMB2_LEASE_HANDLE_CACHING cpu_to_le32(0x02)
542 #define SMB2_LEASE_WRITE_CACHING cpu_to_le32(0x04)
544 #define SMB2_LEASE_FLAG_BREAK_IN_PROGRESS cpu_to_le32(0x02)
1021 #define SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED cpu_to_le32(0x01)