Searched refs:le32 (Results 1 – 9 of 9) sorted by relevance
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 mft367 /* 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 …]
66 /* 16*/ le32 system_page_size; /* Byte size of system pages when the log file72 /* 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 sequence221 /* 32*/ le32 last_lsn_data_length;/* Length of data of last LSN, not including236 /* 40*/ le32 restart_log_open_count;/* A counter that gets incremented every242 /* 44*/ le32 reserved; /* Reserved/alignment to 8-byte boundary. */277 /* 28*/ le32 client_name_length;/* Length of client name in bytes. Should
128 typedef le32 USN_REASON_FLAGS;142 typedef le32 USN_SOURCE_INFO_FLAGS;157 /* 0*/le32 length; /* Byte size of this record (8-byte173 /*0x30*/le32 security_id; /* File security_id copied from
26 return le32_to_cpu((__force le32)x); in sle32_to_cpu()41 return le32_to_cpu(*(__force le32*)x); in sle32_to_cpup()
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()
15 typedef __le32 le32; typedef
27 const le32 qid = QUOTA_DEFAULTS_ID; in ntfs_mark_quotas_out_of_date()
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()
76 if (likely(ntfs_is_mft_recordp((le32*)(page_address(page) + in map_mft_record_page()