Searched refs:le16 (Results 1 – 8 of 8) sorted by relevance
52 le16 bytes_per_sector; /* Size of a sector in bytes. */54 le16 reserved_sectors; /* zero */56 le16 root_entries; /* zero */57 le16 sectors; /* zero */59 le16 sectors_per_fat; /* zero */60 le16 sectors_per_track; /* irrelevant */61 le16 heads; /* irrelevant */95 le16 end_of_sector_marker; /* End of bootsector magic. Always is191 le16 usa_ofs; /* Offset to the Update Sequence Array (usa)193 le16 usa_count; /* Number of le16 sized entries in the usa[all …]
71 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in layout.h.75 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */91 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to119 typedef le16 RESTART_AREA_FLAGS;134 /* 8*/ le16 log_clients; /* Number of log client records in the array of137 /* 10*/ le16 client_free_list; /* The index of the first free log client record153 /* 12*/ le16 client_in_use_list;/* The index of the first in-use log client192 /* 20*/ le16 restart_area_length;/* Length of the restart area including the200 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to238 /* 36*/ le16 log_record_header_length;/* Byte size of the log record header.[all …]
125 le16 *usa_pos, *data_pos; in pre_write_mst_fixup()127 le16 le_usn; in pre_write_mst_fixup()144 usa_pos = (le16*)((u8*)b + usa_ofs); in pre_write_mst_fixup()155 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in pre_write_mst_fixup()166 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in pre_write_mst_fixup()181 le16 *usa_pos, *data_pos; in post_write_mst_fixup()187 usa_pos = (le16*)b + usa_ofs/sizeof(le16); in post_write_mst_fixup()190 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in post_write_mst_fixup()201 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in post_write_mst_fixup()
173 /* 4*/le16 major_ver; /* Major version of the transaction log used175 /* 6*/le16 minor_ver; /* Minor version of the transaction log used192 /*0x38*/le16 file_name_size; /* Size of the file name in bytes. */193 /*0x3a*/le16 file_name_offset; /* Offset to the file name in bytes from the
28 typedef __le16 le16; typedef36 typedef le16 ntfschar;
35 return le16_to_cpu((__force le16)x); in sle16_to_cpu()50 return le16_to_cpu(*(__force le16*)x); in sle16_to_cpup()
211 if (cb == cb_end || !le16_to_cpup((le16*)cb) || in ntfs_decompress()261 cb_sb_end = cb_sb_start + (le16_to_cpup((le16*)cb) & NTFS_SB_SIZE_MASK) in ntfs_decompress()283 if (!(le16_to_cpup((le16*)cb) & NTFS_SB_IS_COMPRESSED)) { in ntfs_decompress()388 pt = le16_to_cpup((le16*)cb); in ntfs_decompress()
2053 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = cpu_to_le16(1); in ntfs_mft_record_layout()2258 le16 seq_no, usn; in ntfs_mft_record_alloc()2558 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)); in ntfs_mft_record_alloc()2571 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn; in ntfs_mft_record_alloc()2792 le16 old_seq_no; in ntfs_extent_mft_record_free()