Searched refs:le16 (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10.1/ntfs-84/kext/
H A Dntfs_logfile.h86 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in ntfs_layout.h.
90 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in
107 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to
135 typedef le16 RESTART_AREA_FLAGS;
150 /* 8*/ le16 log_clients; /* Number of log client records in the array of
153 /* 10*/ le16 client_free_list; /* The index of the first free log client record
169 /* 12*/ le16 client_in_use_list;/* The index of the first in-use log client
208 /* 20*/ le16 restart_area_length;/* Length of the restart area including the
216 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to
254 /* 36*/ le16 log_record_header_lengt
[all...]
H A Dntfs_mst.c143 le16 *usa_pos, *data_pos;
145 le16 le_usn;
161 usa_pos = (le16*)((u8*)b + usa_ofs);
172 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1;
183 data_pos += NTFS_BLOCK_SIZE/sizeof(le16);
199 le16 *usa_pos, *data_pos;
203 usa_pos = (le16*)b + usa_ofs/sizeof(le16);
205 data_pos = (le16*)
[all...]
H A Dntfs_layout.h62 le16 bytes_per_sector; /* Size of a sector in bytes. */
64 le16 reserved_sectors; /* zero */
66 le16 root_entries; /* zero */
67 le16 sectors; /* zero */
69 le16 sectors_per_fat; /* zero */
70 le16 sectors_per_track; /* Required to boot Windows. */
71 le16 heads; /* Required to boot Windows. */
106 le16 end_of_sector_marker; /* End of bootsector magic. Always is
184 * The Update Sequence Array (usa) is an array of the le16 values which belong
189 * last le16'
[all...]
H A Dntfs_endian.h49 static inline u16 le16_to_cpu(le16 x)
64 static inline u16 le16_to_cpup(le16 *x)
79 static inline le16 cpu_to_le16(u16 x)
81 return (le16)(OSSwapHostToLittleInt16(x));
94 static inline le16 cpu_to_le16p(u16 *x)
115 return (s16)le16_to_cpu((le16)x);
130 return (s16)le16_to_cpu(*(le16*)x);
181 #define const_cpu_to_le16(x) ((le16)(OSSwapHostToLittleConstInt16(((u16)(x)))))
H A Dntfs_types.h61 typedef u_int16_t le16; typedef
82 typedef le16 ntfschar;
H A Dntfs_usnjrnl.h189 /* 4*/le16 major_ver; /* Major version of the transaction log used
191 /* 6*/le16 minor_ver; /* Minor version of the transaction log used
208 /*0x38*/le16 filename_size; /* Size of the filename in bytes. */
209 /*0x3a*/le16 filename_offset; /* Offset to the filename in bytes from the
H A Dntfs_sfm.h189 typedef le16 FINDER_ATTR_FLAGS;
197 /* 14*/ le16 window;
203 le16 file_type;
H A Dntfs_compress.c381 if (cb == cb_end || !le16_to_cpup((le16*)cb) || dst == dst_end) {
396 cb_sb_end = cb + (le16_to_cpup((le16*)cb) & NTFS_SB_SIZE_MASK) + 3;
435 if (!(le16_to_cpup((le16*)cb) & NTFS_SB_IS_COMPRESSED)) {
H A Dntfs_index.c1919 *(le16*)((u8*)ia + le16_to_cpu(ia->usa_ofs)) = cpu_to_le16(1);
1970 le16 usn;
2208 usn = *(le16*)((u8*)ia + le16_to_cpu(ia->usa_ofs));
2214 *(le16*)((u8*)ia + le16_to_cpu(ia->usa_ofs)) = usn;
2406 *(le16*)((u8*)ia + le16_to_cpu(ia->usa_ofs)) = cpu_to_le16(1);
2995 *(le16*)((u8*)ictx->ia + le16_to_cpu(ictx->ia->usa_ofs)) =
2996 *(le16*)((u8*)ia + le16_to_cpu(ia->usa_ofs));
H A Dntfs_mft.c1665 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = cpu_to_le16(1);
2065 le16 seq_no, usn;
2507 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs));
2518 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;

Completed in 133 milliseconds