Searched refs:le32 (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/fs/ntfs/ |
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; 120 static inline bool __ntfs_is_magic(le32 x, NTFS_RECORD_TYPE r) in __ntfs_is_magic() 126 static inline bool __ntfs_is_magicp(le32 *p, NTFS_RECORD_TYPE r) in __ntfs_is_magicp() 342 /* 24*/ le32 bytes_in_use; /* Number of bytes used in this mft record. 344 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft 367 /* 44*/ le32 mft_record_number; /* Number of this mft record. */ 411 /* 24*/ le32 bytes_in_use; /* Number of bytes used in this mft record. [all …]
|
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
|
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
|
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()
|
D | types.h | 15 typedef __le32 le32; typedef
|
D | logfile.c | 546 if (!ntfs_is_empty_recordp((le32*)kaddr)) in ntfs_check_logfile() 554 if (ntfs_is_rcrd_recordp((le32*)kaddr)) in ntfs_check_logfile() 557 if (!ntfs_is_rstr_recordp((le32*)kaddr) && in ntfs_check_logfile() 558 !ntfs_is_chkd_recordp((le32*)kaddr)) { in ntfs_check_logfile()
|
D | quota.c | 27 const le32 qid = QUOTA_DEFAULTS_ID; in ntfs_mark_quotas_out_of_date()
|
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()
|
D | mft.c | 76 if (likely(ntfs_is_mft_recordp((le32*)(page_address(page) + in map_mft_record_page()
|
/Linux-v5.4/drivers/net/fddi/ |
D | defxx.c | 1049 __le32 le32; in dfx_driver_init() local 1099 le32 = cpu_to_le32(data); in dfx_driver_init() 1100 memcpy(&bp->factory_mac_addr[0], &le32, sizeof(u32)); in dfx_driver_init() 1108 le32 = cpu_to_le32(data); in dfx_driver_init() 1109 memcpy(&bp->factory_mac_addr[4], &le32, sizeof(u16)); in dfx_driver_init()
|
/Linux-v5.4/arch/powerpc/include/asm/ |
D | io.h | 861 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set)
|
/Linux-v5.4/drivers/usb/host/ |
D | xhci.c | 2911 __le32 le32 = cpu_to_le32(BIT(i)); in xhci_check_bandwidth() local 2913 if ((virt_dev->eps[i-1].ring && !(ctrl_ctx->drop_flags & le32)) in xhci_check_bandwidth() 2914 || (ctrl_ctx->add_flags & le32) || i == 1) { in xhci_check_bandwidth()
|