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

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlogfile.h72 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in layout.h.
76 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */
92 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to
128 typedef le16 RESTART_AREA_FLAGS;
148 /* 8*/ le16 log_clients; /* Number of log client records in the array of
151 /* 10*/ le16 client_free_list; /* The index of the first free log client record
167 /* 12*/ le16 client_in_use_list;/* The index of the first in-use log client
206 /* 20*/ le16 restart_area_length;/* Length of the restart area including the
214 /* 22*/ le16 client_array_offset;/* Offset from the start of this record to
252 /* 36*/ le16 log_record_header_lengt
[all...]
H A Dendians.h118 #define __cpu_to_le16(x) ((__force le16)(x))
126 #define __constant_cpu_to_le16(x) ((__force le16)(x))
136 #define __cpu_to_le16(x) (__force le16)bswap_16((__force u16)(x))
145 (__force le16)__ntfs_bswap_constant_16((__force u16)(x))
159 #define le16_to_cpu(x) (u16)__le16_to_cpu((le16)(x))
163 #define le16_to_cpup(x) (u16)__le16_to_cpu(*(const le16*)(x))
179 #define cpu_to_le16(x) (le16)__cpu_to_le16((u16)(x))
183 #define cpu_to_le16p(x) (le16)__cpu_to_le16(*(const u16*)(x))
199 #define const_le16_to_cpu(x) (u16)__constant_le16_to_cpu((le16)(x))
203 #define const_cpu_to_le16(x) (le16)__constant_cpu_to_le1
[all...]
H A Dlayout.h51 le16 bytes_per_sector; /* Size of a sector in bytes. */
53 le16 reserved_sectors; /* zero */
55 le16 root_entries; /* zero */
56 le16 sectors; /* zero */
58 le16 sectors_per_fat; /* zero */
59 /*0x0d*/le16 sectors_per_track; /* Required to boot Windows. */
60 /*0x0f*/le16 heads; /* Required to boot Windows. */
99 le16 end_of_sector_marker; /* End of boot sector magic. Always is
190 * The Update Sequence Array (USA) is an array of the le16 values which belong
195 * last le16'
[all...]
H A Dtypes.h61 typedef u16 __bitwise le16; typedef
77 typedef le16 ntfschar; /* 2-byte Unicode character type. */
H A Dvolume.h161 le16 flags; /* Bit array of VOLUME_* flags. */
245 extern int ntfs_volume_write_flags(ntfs_volume *vol, const le16 flags);
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dmst.c135 le16 *usa_pos, *data_pos, usnle;
155 usa_pos = (le16*)((u8*)b + usa_ofs);
166 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(u16) - 1;
H A Dmft.c326 *(le16*)((u8*)mrec + le16_to_cpu(mrec->usa_ofs)) = cpu_to_le16(1);
1196 le16 seq_no, usn;
1394 usn = *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs));
1405 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn;
1503 le16 old_seq_no;
1569 le16 *usnp;
1575 usnp = (le16 *)((char *)mrec + le16_to_cpu(mrec->usa_ofs));
H A Dvolume.c1631 int ntfs_volume_write_flags(ntfs_volume *vol, const le16 flags)
H A Dindex.c815 *(le16 *)((char *)ib + le16_to_cpu(ib->usa_ofs)) = cpu_to_le16(1);
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c101 le16 (xfs_uint16_t x) function
243 xfs.nextents = le16(h.bb_numrecs);
271 xfs.nextents = le16(h.bb_numrecs);
347 xfs.dirmax = le16 (h->count) - le16 (h->stale);
388 toread = roundup8 (le16(dau->unused.length)) - 4;
436 if ((n->hdr.info.magic == le16(XFS_DIR2_LEAFN_MAGIC))
437 || (n->hdr.info.magic == le16(XFS_DIR2_LEAF1_MAGIC))) {
438 xfs.dirmax = le16 (h->count) - le16 (
[all...]
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsfix.c174 static int OLD_ntfs_volume_set_flags(ntfs_volume *vol, const le16 flags)
249 le16 flags;
H A Dntfsinfo.c2080 le16 inode_flags = mrec->flags;
H A Dmkntfs.c2114 *(le16*)((char*)ia_val + le16_to_cpu(ia_val->usa_ofs)) =

Completed in 83 milliseconds