Searched refs:le32 (Results 1 – 11 of 11) sorted by relevance
/linux-3.4.99/fs/ntfs/ |
D | layout.h | 62 le32 hidden_sectors; /* zero */ 63 le32 large_sectors; /* zero */ 93 le32 checksum; /* Boot sector checksum. */ 127 typedef le32 NTFS_RECORD_TYPE; 134 static inline bool __ntfs_is_magic(le32 x, NTFS_RECORD_TYPE r) in __ntfs_is_magic() 140 static inline bool __ntfs_is_magicp(le32 *p, NTFS_RECORD_TYPE r) in __ntfs_is_magicp() 356 /* 24*/ le32 bytes_in_use; /* Number of bytes used in this mft record. 358 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft 381 /* 44*/ le32 mft_record_number; /* Number of this mft record. */ 425 /* 24*/ le32 bytes_in_use; /* Number of bytes used in this mft record. [all …]
|
D | logfile.h | 80 /* 16*/ le32 system_page_size; /* Byte size of system pages when the log file 86 /* 20*/ le32 log_page_size; /* Byte size of log file pages, has to be >= 186 /* 16*/ le32 seq_number_bits; /* How many bits to use for the sequence 235 /* 32*/ le32 last_lsn_data_length;/* Length of data of last LSN, not including 250 /* 40*/ le32 restart_log_open_count;/* A counter that gets incremented every 256 /* 44*/ le32 reserved; /* Reserved/alignment to 8-byte boundary. */ 291 /* 28*/ le32 client_name_length;/* Length of client name in bytes. Should
|
D | usnjrnl.h | 142 typedef le32 USN_REASON_FLAGS; 156 typedef le32 USN_SOURCE_INFO_FLAGS; 171 /* 0*/le32 length; /* Byte size of this record (8-byte 187 /*0x30*/le32 security_id; /* File security_id copied from
|
D | endian.h | 40 return le32_to_cpu((__force le32)x); in sle32_to_cpu() 55 return le32_to_cpu(*(__force le32*)x); in sle32_to_cpup()
|
D | types.h | 29 typedef __le32 le32; typedef
|
D | logfile.c | 559 if (!ntfs_is_empty_recordp((le32*)kaddr)) in ntfs_check_logfile() 567 if (ntfs_is_rcrd_recordp((le32*)kaddr)) in ntfs_check_logfile() 570 if (!ntfs_is_rstr_recordp((le32*)kaddr) && in ntfs_check_logfile() 571 !ntfs_is_chkd_recordp((le32*)kaddr)) { in ntfs_check_logfile()
|
D | quota.c | 41 const le32 qid = QUOTA_DEFAULTS_ID; in ntfs_mark_quotas_out_of_date()
|
D | super.c | 567 le32 *u; in is_boot_sector_ntfs() 570 for (i = 0, u = (le32*)b; u < (le32*)(&b->checksum); ++u) in is_boot_sector_ntfs() 1107 if (ntfs_is_baad_recordp((le32*)kmft)) { in check_mft_mirror() 1120 if (ntfs_is_baad_recordp((le32*)kmirr)) { in check_mft_mirror() 1131 ntfs_is_baad_recordp((le32*)kmft)) { in check_mft_mirror() 1135 ntfs_is_baad_recordp((le32*)kmirr)) in check_mft_mirror() 1299 if (*(le32*)kaddr == cpu_to_le32(0x72626968)/*'hibr'*/) { in check_windows_hibernation_status()
|
D | mft.c | 87 if (likely(ntfs_is_mft_recordp((le32*)(page_address(page) + in map_mft_record_page()
|
/linux-3.4.99/drivers/net/fddi/ |
D | defxx.c | 979 __le32 le32; in dfx_driver_init() local 1029 le32 = cpu_to_le32(data); in dfx_driver_init() 1030 memcpy(&bp->factory_mac_addr[0], &le32, sizeof(u32)); in dfx_driver_init() 1038 le32 = cpu_to_le32(data); in dfx_driver_init() 1039 memcpy(&bp->factory_mac_addr[4], &le32, sizeof(u16)); in dfx_driver_init()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | io.h | 783 #define clrsetbits_le32(addr, clear, set) clrsetbits(le32, addr, clear, set)
|