Searched refs:const_cpu_to_le16 (Results 1 - 9 of 9) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h285 #define MFT_RECORD_IN_USE (const_cpu_to_le16(0x0001))
286 #define MFT_RECORD_IS_DIRECTORY (const_cpu_to_le16(0x0002))
287 #define MFT_RECORD_IS_4 (const_cpu_to_le16(0x0004))
288 #define MFT_RECORD_IS_VIEW_INDEX (const_cpu_to_le16(0x0008))
291 MFT_RECORD_IN_USE = const_cpu_to_le16(0x0001),
292 MFT_RECORD_IS_DIRECTORY = const_cpu_to_le16(0x0002),
293 MFT_RECORD_IS_4 = const_cpu_to_le16(0x0004),
294 MFT_RECORD_IS_VIEW_INDEX = const_cpu_to_le16(0x0008),
295 MFT_REC_SPACE_FILLER = const_cpu_to_le16(0xffff),
686 #define ATTR_IS_COMPRESSED (const_cpu_to_le16(
[all...]
H A Dlogfile.h111 #define LOGFILE_NO_CLIENT const_cpu_to_le16(0xffff)
115 #define RESTART_VOLUME_IS_CLEAN (const_cpu_to_le16(0x0002))
122 RESTART_VOLUME_IS_CLEAN = const_cpu_to_le16(0x0002),
123 RESTART_SPACE_FILLER = const_cpu_to_le16(0xffff),
370 #define LOG_RECORD_MULTI_PAGE (const_cpu_to_le16(0x0001))
373 LOG_RECORD_MULTI_PAGE = const_cpu_to_le16(0x0001), /* ??? */
H A Dendians.h203 #define const_cpu_to_le16(x) (le16)__constant_cpu_to_le16((u16)(x)) macro
223 (le16)const_cpu_to_le16((u16)1);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dsd.c53 acl->size = const_cpu_to_le16(0x34);
54 acl->ace_count = const_cpu_to_le16(2);
55 acl->alignment2 = const_cpu_to_le16(0);
63 aa_ace->size = const_cpu_to_le16(0x14);
98 aa_ace->size = const_cpu_to_le16(0x18);
194 acl->size = const_cpu_to_le16(0x1000);
195 acl->ace_count = const_cpu_to_le16(0x08);
202 ace->size = const_cpu_to_le16(0x18);
226 ace->size = const_cpu_to_le16(0x18);
245 ace->size = const_cpu_to_le16(
[all...]
H A Dmkntfs.c1564 a->name_offset = const_cpu_to_le16(0);
1566 a->name_offset = const_cpu_to_le16(24);
1949 e->length = const_cpu_to_le16(sizeof(INDEX_ENTRY_HEADER));
1950 e->key_length = const_cpu_to_le16(0);
1952 e->reserved = const_cpu_to_le16(0);
2458 idx_entry_sdh->u.s.data_offset = const_cpu_to_le16(0x18);
2459 idx_entry_sdh->u.s.data_length = const_cpu_to_le16(0x14);
2461 idx_entry_sdh->length = const_cpu_to_le16(0x30);
2462 idx_entry_sdh->key_length = const_cpu_to_le16(0x08);
2463 idx_entry_sdh->flags = const_cpu_to_le16(
[all...]
H A Dntfsinfo.c1098 static ntfschar NTFS_DATA_SDS[5] = { const_cpu_to_le16('$'),
1099 const_cpu_to_le16('S'), const_cpu_to_le16('D'),
1100 const_cpu_to_le16('S'), const_cpu_to_le16('\0') };
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Ddir.c62 ntfschar NTFS_INDEX_I30[5] = { const_cpu_to_le16('$'), const_cpu_to_le16('I'),
63 const_cpu_to_le16('3'), const_cpu_to_le16('0'),
64 const_cpu_to_le16('\0') };
65 ntfschar NTFS_INDEX_SII[5] = { const_cpu_to_le16('$'), const_cpu_to_le16('S'),
66 const_cpu_to_le16('I'), const_cpu_to_le16('I'),
67 const_cpu_to_le16('\
[all...]
H A Dcrypto.c139 const_cpu_to_le16('$'), const_cpu_to_le16('E'), const_cpu_to_le16('F'),
140 const_cpu_to_le16('S'), const_cpu_to_le16(0)
H A Dattrib.c62 ntfschar AT_UNNAMED[] = { const_cpu_to_le16('\0') };

Completed in 62 milliseconds