Home
last modified time | relevance | path

Searched refs:le32 (Results 1 – 15 of 15) sorted by relevance

/linux-6.3-rc2/fs/ntfs/
A Dlayout.h48 le32 hidden_sectors; /* zero */
49 le32 large_sectors; /* zero */
79 le32 checksum; /* Boot sector checksum. */
113 typedef le32 NTFS_RECORD_TYPE;
476 typedef le32 ATTR_TYPE;
526 typedef le32 COLLATION_RULE;
563 typedef le32 ATTR_DEF_FLAGS;
835 typedef le32 FILE_ATTR_FLAGS;
1545 typedef le32 ACCESS_MASK;
1586 typedef le32 OBJECT_ACE_FLAGS;
[all …]
A Dlogfile.h66 /* 16*/ le32 system_page_size; /* Byte size of system pages when the log file
72 /* 20*/ le32 log_page_size; /* Byte size of log file pages, has to be >=
172 /* 16*/ le32 seq_number_bits; /* How many bits to use for the sequence
221 /* 32*/ le32 last_lsn_data_length;/* Length of data of last LSN, not including
236 /* 40*/ le32 restart_log_open_count;/* A counter that gets incremented every
242 /* 44*/ le32 reserved; /* Reserved/alignment to 8-byte boundary. */
277 /* 28*/ le32 client_name_length;/* Length of client name in bytes. Should
A Dusnjrnl.h128 typedef le32 USN_REASON_FLAGS;
142 typedef le32 USN_SOURCE_INFO_FLAGS;
157 /* 0*/le32 length; /* Byte size of this record (8-byte
173 /*0x30*/le32 security_id; /* File security_id copied from
A Dendian.h26 return le32_to_cpu((__force le32)x); in sle32_to_cpu()
41 return le32_to_cpu(*(__force le32*)x); in sle32_to_cpup()
A Dtypes.h15 typedef __le32 le32; typedef
A Dlogfile.c545 if (!ntfs_is_empty_recordp((le32*)kaddr)) in ntfs_check_logfile()
553 if (ntfs_is_rcrd_recordp((le32*)kaddr)) in ntfs_check_logfile()
556 if (!ntfs_is_rstr_recordp((le32*)kaddr) && in ntfs_check_logfile()
557 !ntfs_is_chkd_recordp((le32*)kaddr)) { in ntfs_check_logfile()
A Dquota.c27 const le32 qid = QUOTA_DEFAULTS_ID; in ntfs_mark_quotas_out_of_date()
A Dsuper.c588 le32 *u; in is_boot_sector_ntfs()
591 for (i = 0, u = (le32*)b; u < (le32*)(&b->checksum); ++u) in is_boot_sector_ntfs()
1129 if (ntfs_is_baad_recordp((le32*)kmft)) { in check_mft_mirror()
1142 if (ntfs_is_baad_recordp((le32*)kmirr)) { in check_mft_mirror()
1153 ntfs_is_baad_recordp((le32*)kmft)) { in check_mft_mirror()
1157 ntfs_is_baad_recordp((le32*)kmirr)) in check_mft_mirror()
1321 if (*(le32*)kaddr == cpu_to_le32(0x72626968)/*'hibr'*/) { in check_windows_hibernation_status()
A Dmft.c76 if (likely(ntfs_is_mft_recordp((le32*)(page_address(page) + in map_mft_record_page()
/linux-6.3-rc2/Documentation/translations/zh_CN/admin-guide/
A Dbootconfig.rst162 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
/linux-6.3-rc2/drivers/net/fddi/
A Ddefxx.c1051 __le32 le32; in dfx_driver_init() local
1101 le32 = cpu_to_le32(data); in dfx_driver_init()
1102 memcpy(&bp->factory_mac_addr[0], &le32, sizeof(u32)); in dfx_driver_init()
1110 le32 = cpu_to_le32(data); in dfx_driver_init()
1111 memcpy(&bp->factory_mac_addr[4], &le32, sizeof(u16)); in dfx_driver_init()
/linux-6.3-rc2/Documentation/admin-guide/
A Dbootconfig.rst171 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdnsp-gadget.c657 __le32 le32 = cpu_to_le32(BIT(i)); in cdnsp_update_eps_configuration() local
659 if ((pdev->eps[i - 1].ring && !(ctrl_ctx->drop_flags & le32)) || in cdnsp_update_eps_configuration()
660 (ctrl_ctx->add_flags & le32) || i == 1) { in cdnsp_update_eps_configuration()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dio.h1015 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set)
/linux-6.3-rc2/drivers/usb/host/
A Dxhci.c3119 __le32 le32 = cpu_to_le32(BIT(i)); in xhci_check_bandwidth() local
3121 if ((virt_dev->eps[i-1].ring && !(ctrl_ctx->drop_flags & le32)) in xhci_check_bandwidth()
3122 || (ctrl_ctx->add_flags & le32) || i == 1) { in xhci_check_bandwidth()

Completed in 47 milliseconds