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

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dlayout.h61 /*0x11*/le32 hidden_sectors; /* Offset to the start of the partition
64 /*0x15*/le32 large_sectors; /* zero */
97 le32 checksum; /* Boot sector checksum. */
145 static inline BOOL __ntfs_is_magic(le32 x, NTFS_RECORD_TYPES r)
147 return (x == (__force le32)r);
151 static inline BOOL __ntfs_is_magicp(le32 *p, NTFS_RECORD_TYPES r)
153 return (*p == (__force le32)r);
406 /* 24*/ le32 bytes_in_use; /* Number of bytes used in this mft record.
408 /* 28*/ le32 bytes_allocated; /* Number of bytes allocated for this mft
432 /* 44*/ le32 mft_record_numbe
[all...]
H A Dlogfile.h81 /* 16*/ le32 system_page_size; /* Byte size of system pages when the log file
87 /* 20*/ le32 log_page_size; /* Byte size of log file pages, has to be >=
200 /* 16*/ le32 seq_number_bits; /* How many bits to use for the sequence
249 /* 32*/ le32 last_lsn_data_length;/* Length of data of last LSN, not including
264 /* 40*/ le32 restart_log_open_count;/* A counter that gets incremented every
270 /* 44*/ le32 reserved; /* Reserved/alignment to 8-byte boundary. */
313 /* 28*/ le32 client_name_length;/* Length of client name in bytes. Should
H A Dendians.h119 #define __cpu_to_le32(x) ((__force le32)(x))
127 #define __constant_cpu_to_le32(x) ((__force le32)(x))
137 #define __cpu_to_le32(x) (__force le32)bswap_32((__force u32)(x))
147 (__force le32)__ntfs_bswap_constant_32((__force u32)(x))
160 #define le32_to_cpu(x) (u32)__le32_to_cpu((le32)(x))
164 #define le32_to_cpup(x) (u32)__le32_to_cpu(*(const le32*)(x))
180 #define cpu_to_le32(x) (le32)__cpu_to_le32((u32)(x))
184 #define cpu_to_le32p(x) (le32)__cpu_to_le32(*(const u32*)(x))
200 #define const_le32_to_cpu(x) (u32)__constant_le32_to_cpu((le32)(x))
204 #define const_cpu_to_le32(x) (le32)__constant_cpu_to_le3
[all...]
H A Dtypes.h62 typedef u32 __bitwise le32; typedef
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c110 le32 (xfs_uint32_t x) function
130 return (((xfs_uint64_t)le32(l)) << 32) | ((xfs_uint64_t)(le32(h)));
137 return (((xfs_fsblock_t)(le32 (r->l1) & mask32lo(9))) << 43) |
138 (((xfs_fsblock_t)le32 (r->l2)) << 11) |
139 (((xfs_fsblock_t)le32 (r->l3)) >> 21);
145 return (((xfs_fileoff_t)le32 (r->l0) &
147 (((xfs_fileoff_t)le32 (r->l1)) >> 9);
153 return le32(r->l3) & mask32lo(21);
234 xfs.nextents = le32 (icor
[all...]
/osnet-11/usr/src/lib/libntfs/common/libntfs/
H A Dlogfile.c528 if (!ntfs_is_empty_recordp((le32*)kaddr))
536 if (ntfs_is_rcrd_recordp((le32*)kaddr))
539 if (!ntfs_is_rstr_recordp((le32*)kaddr) &&
540 !ntfs_is_chkd_recordp((le32*)kaddr)) {
H A Dcrypto.c122 le32 alg_id;
927 fek->alg_id = *(le32*)(fek_buf + 8);
/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsinfo.c451 static void ntfs_dump_flags(const char *indent, ATTR_TYPES type, le32 flags)
1169 static const char *get_attribute_type_name(le32 type)
1970 printf("0%o\n", (unsigned)le32_to_cpu(*(le32*)
H A Dmkntfs.c1593 le32 security_id)
4033 le32 file_attrs;

Completed in 43 milliseconds