Searched refs:le32_t (Results 1 - 4 of 4) sorted by relevance

/systemd/src/basic/
H A Dbtrfs-ctree.h10 le32_t nsec;
25 le32_t nlink;
26 le32_t uid;
27 le32_t gid;
28 le32_t mode;
48 le32_t refs;
H A Dsparse-endian.h38 typedef uint32_t __bitwise le32_t; typedef
73 static inline le32_t htole32(uint32_t value) { return (le32_t __force) bswap_32_on_be(value); }
81 static inline uint32_t le32toh(le32_t value) { return bswap_32_on_be((uint32_t __force)value); }
/systemd/src/journal/
H A Djournal-def.h190 le32_t compatible_flags;
191 le32_t incompatible_flags;
227 le32_t compatible_flags;
228 le32_t incompatible_flags;
H A Dcatalog.c56 le32_t compatible_flags;
57 le32_t incompatible_flags;

Completed in 15 milliseconds