Searched refs:le32 (Results 1 – 14 of 14) sorted by relevance
/linux/fs/ntfs/ |
A D | layout.h | 48 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 D | logfile.h | 66 /* 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 D | usnjrnl.h | 128 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 D | endian.h | 26 return le32_to_cpu((__force le32)x); in sle32_to_cpu() 41 return le32_to_cpu(*(__force le32*)x); in sle32_to_cpup()
|
A D | logfile.c | 545 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 D | types.h | 15 typedef __le32 le32; typedef
|
A D | quota.c | 27 const le32 qid = QUOTA_DEFAULTS_ID; in ntfs_mark_quotas_out_of_date()
|
A D | super.c | 580 le32 *u; in is_boot_sector_ntfs() 583 for (i = 0, u = (le32*)b; u < (le32*)(&b->checksum); ++u) in is_boot_sector_ntfs() 1121 if (ntfs_is_baad_recordp((le32*)kmft)) { in check_mft_mirror() 1134 if (ntfs_is_baad_recordp((le32*)kmirr)) { in check_mft_mirror() 1145 ntfs_is_baad_recordp((le32*)kmft)) { in check_mft_mirror() 1149 ntfs_is_baad_recordp((le32*)kmirr)) in check_mft_mirror() 1313 if (*(le32*)kaddr == cpu_to_le32(0x72626968)/*'hibr'*/) { in check_windows_hibernation_status()
|
A D | mft.c | 76 if (likely(ntfs_is_mft_recordp((le32*)(page_address(page) + in map_mft_record_page()
|
/linux/drivers/net/fddi/ |
A D | defxx.c | 1051 __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/Documentation/admin-guide/ |
A D | bootconfig.rst | 165 [initrd][bootconfig][padding][size(le32)][checksum(le32)][#BOOTCONFIG\n]
|
/linux/drivers/usb/cdns3/ |
A D | cdnsp-gadget.c | 661 __le32 le32 = cpu_to_le32(BIT(i)); in cdnsp_update_eps_configuration() local 663 if ((pdev->eps[i - 1].ring && !(ctrl_ctx->drop_flags & le32)) || in cdnsp_update_eps_configuration() 664 (ctrl_ctx->add_flags & le32) || i == 1) { in cdnsp_update_eps_configuration()
|
/linux/arch/powerpc/include/asm/ |
A D | io.h | 996 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set)
|
/linux/drivers/usb/host/ |
A D | xhci.c | 3041 __le32 le32 = cpu_to_le32(BIT(i)); in xhci_check_bandwidth() local 3043 if ((virt_dev->eps[i-1].ring && !(ctrl_ctx->drop_flags & le32)) in xhci_check_bandwidth() 3044 || (ctrl_ctx->add_flags & le32) || i == 1) { in xhci_check_bandwidth()
|
Completed in 60 milliseconds