/reactos/sdk/lib/fslib/ext2lib/ |
H A D | ext2_fs.h | 116 __u32 aclh_size; 117 __u32 aclh_file_count; 118 __u32 aclh_acle_count; 119 __u32 aclh_first_acle; 124 __u32 acle_size; 145 __u32 bg_reserved[3]; 161 __u32 reserved_zero; 169 __u32 hash; 170 __u32 block; 283 __u32 h_i_author; [all …]
|
H A D | Mke2fs.h | 119 __u32 start, end; 120 __u32 real_end; 168 __u32 stride; /* for mke2fs */ 170 __u32 umask; 175 __u32 reserved[8];
|
H A D | types.h | 3 typedef unsigned long __u32; typedef
|
/reactos/drivers/network/tcpip/include/ |
H A D | tcpdef.h | 25 __u32 seq; 26 __u32 ack_seq; 98 __u32 words[5]; 159 __u32 tcpi_rto; 160 __u32 tcpi_ato; 165 __u32 tcpi_sacked; 166 __u32 tcpi_lost; 177 __u32 tcpi_pmtu; 179 __u32 tcpi_rtt; 180 __u32 tcpi_rttvar; [all …]
|
H A D | linux.h | 399 (((__u32)(x) & (__u32)0x000000ffU) << 16) | \ 400 (((__u32)(x) & (__u32)0x0000ff00U) | \ 401 (((__u32)(x) & (__u32)0x00ff0000U) >> 16) )) 404 (((__u32)(x) & (__u32)0x000000ffUL) << 24) | \ 405 (((__u32)(x) & (__u32)0x0000ff00UL) << 8) | \ 406 (((__u32)(x) & (__u32)0x00ff0000UL) >> 8) | \ 407 (((__u32)(x) & (__u32)0xff000000UL) >> 24) )) 507 static __inline__ __u32 __swab24p(__u32 *x) in __swab24p() 520 static __inline__ __u32 __swab32p(__u32 *x) in __swab32p() 717 extern __u32 ntohl(__u32); [all …]
|
H A D | tcpcore.h | 112 __u32 qlen; 211 __u32 nfcache; 221 __u32 ifield; 1262 __u32 start_seq; 1263 __u32 end_seq; 1957 __u32 daddr; 2016 (((__u32)(__sport)<<16) | (__u32)(__dport)) 2019 (((__u32)(__dport)<<16) | (__u32)(__sport)) 2414 extern __inline int before(__u32 seq1, __u32 seq2) in before() 2419 extern __inline int after(__u32 seq1, __u32 seq2) in after() [all …]
|
/reactos/drivers/filesystems/ext2/inc/linux/ |
H A D | ext2_fs.h | 128 __u32 aclh_size; 129 __u32 aclh_file_count; 130 __u32 aclh_acle_count; 131 __u32 aclh_first_acle; 136 __u32 acle_size; 157 __u32 bg_reserved[3]; 238 __u32 l_i_reserved1; 244 __u32 m_i_reserved1; 259 __u32 l_i_reserved2; 267 __u32 h_i_author; [all …]
|
H A D | ext3_fs_i.h | 30 typedef __u32 ext3_lblk_t; 31 typedef __u32 ext4_lblk_t; 46 __u32 rsv_goal_size; 47 __u32 rsv_alloc_hit; 60 __u32 last_alloc_logical_block; 79 __u32 i_flags; 81 __u32 i_faddr; 86 __u32 i_dir_acl; 87 __u32 i_dtime; 96 __u32 i_block_group; [all …]
|
H A D | fs.h | 79 __u32 i_ino; /* inode number */ 81 __u32 i_atime; /* Access time */ 82 __u32 i_ctime; /* Creation time */ 83 __u32 i_mtime; /* Modification time */ 84 __u32 i_dtime; /* Deletion Time */ 86 __u32 i_block[15]; 92 __u32 i_generation; 93 __u32 i_version; 94 __u32 i_flags; 133 __u32 f_version;
|
H A D | ext3_fs.h | 153 __u32 bg_reserved2[3]; 161 __u32 free_inodes; 162 __u32 free_blocks; 283 __u32 group; 284 __u32 block_bitmap; 285 __u32 inode_bitmap; 286 __u32 inode_table; 287 __u32 blocks_count; 290 __u32 free_blocks_count; 964 __u32 curr_hash; [all …]
|
H A D | bitops.h | 188 __u32 h = (__u32) (x >> 32); in fls64() 224 static inline __u32 rol32(__u32 word, unsigned int shift) in rol32() 234 static inline __u32 ror32(__u32 word, unsigned int shift) in ror32()
|
H A D | types.h | 24 typedef unsigned __int32 __u32; typedef 38 typedef __u32 u32; 67 typedef __u32 __bitwise __be32;
|
H A D | group.h | 12 extern __le16 ext4_group_desc_csum(struct ext4_sb_info *sbi, __u32 group, 14 extern int ext4_group_desc_csum_verify(struct ext4_sb_info *sbi, __u32 group,
|
H A D | module.h | 98 #define __constant_cpu_to_le32(x) ((__u32)(x)) 99 #define __constant_le32_to_cpu(x) ((__u32)(x)) 110 #define __cpu_to_le32(x) ((__u32)(x)) 111 #define __le32_to_cpu(x) ((__u32)(x)) 122 #define __cpu_to_le32p(x) (*(__u32*)(x)) 123 #define __le32_to_cpup(x) (*(__u32*)(x)) 581 __u32 index; 582 __u32 flags; 1074 static inline __u32 JIFFIES() 1222 static inline __u32 do_div64 (__u64 * n, __u64 b) [all …]
|
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | swab.h | 34 ((__u32)( \ 35 (((__u32)(__x) & (__u32)0x000000ffUL) << 24) | \ 36 (((__u32)(__x) & (__u32)0x0000ff00UL) << 8) | \ 37 (((__u32)(__x) & (__u32)0x00ff0000UL) >> 8) | \ 38 (((__u32)(__x) & (__u32)0xff000000UL) >> 24) )); \ 60 ((__u32)( \ 61 (((__u32)(x) & (__u32)0x000000ffUL) << 24) | \ 62 (((__u32)(x) & (__u32)0x0000ff00UL) << 8) | \ 63 (((__u32)(x) & (__u32)0x00ff0000UL) >> 8) | \ 64 (((__u32)(x) & (__u32)0xff000000UL) >> 24) )) [all …]
|
H A D | byteorder.h | 14 static __inline__ __attribute_const__ __u32 ___arch__swab32(__u32 x) in ___arch__swab32() 31 struct { __u32 a,b; } s; in ___arch__swab64()
|
H A D | fsck.fat.h | 41 typedef unsigned int __u32; typedef
|
/reactos/boot/freeldr/freeldr/include/fs/ |
H A D | btrfs.h | 19 typedef u32 __u32; typedef 105 __u32 nritems; 111 __u32 offset; 112 __u32 size; 142 __u32 io_align; 222 __u32 nsec; 233 __u32 nlink; 234 __u32 uid; 235 __u32 gid; 236 __u32 mode; [all …]
|
/reactos/drivers/filesystems/ext2/src/ext3/ |
H A D | htree.c | 50 __u32 half_md4_transform(__u32 buf[4], __u32 const in[8]) in half_md4_transform() 94 static void TEA_transform(__u32 buf[4], __u32 const in[]) in TEA_transform() 96 __u32 sum = 0; in TEA_transform() 147 __u32 pad, val; in str2hashbuf_signed() 151 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf_signed() 175 __u32 pad, val; in str2hashbuf_unsigned() 179 pad = (__u32)len | ((__u32)len << 8); in str2hashbuf_unsigned() 478 __u32 hash; in ext3_dirhash() 572 __u32 hash; 822 __u32 hash; [all …]
|
H A D | generic.c | 487 dst->i_size = (__u32)src->i_size; in Ext2EncodeInode() 489 dst->i_size_high = (__u32)(src->i_size >> 32); in Ext2EncodeInode() 491 dst->i_file_acl_lo = (__u32)src->i_file_acl; in Ext2EncodeInode() 1641 __u32 count = 0; in Ext2NewInode() 1656 __u32 free; in Ext2NewInode() 2446 raw_inode->i_blocks = (__u32)cpu_to_le32(i_blocks); in ext3_inode_blocks_set() 2453 raw_inode->i_blocks = (__u32)cpu_to_le32(i_blocks); in ext3_inode_blocks_set() 2483 __u32 ext4_free_blks_count(struct super_block *sb, in ext4_free_blks_count() 2491 __u32 ext4_free_inodes_count(struct super_block *sb, in ext4_free_inodes_count() 2499 __u32 ext4_used_dirs_count(struct super_block *sb, in ext4_used_dirs_count() [all …]
|
/reactos/modules/rosapps/applications/sysutils/mkdosfs/ |
H A D | mkdosfs.c | 114 typedef unsigned int __u32; typedef 433 __u32 hidden; /* hidden sectors (unused) */ 434 __u32 total_sect; /* number of sectors (if sectors == 0) */ 441 __u32 fat32_length; /* sectors/FAT */ 444 __u32 root_cluster; /* first cluster in root directory */ 458 __u32 reserved1; /* Nothing as far as I can tell */ 459 __u32 signature; /* 0x61417272L */ 460 __u32 free_clusters; /* Free cluster count. -1 if unknown */ 461 __u32 next_cluster; /* Most recently allocated cluster. 463 __u32 reserved2[4]; [all …]
|
/reactos/sdk/lib/drivers/virtio/linux/ |
H A D | virtio_types.h | 44 typedef __u32 __bitwise__ __virtio32;
|
H A D | types.h | 15 #define __u32 unsigned long macro
|
/reactos/drivers/filesystems/ext2/src/ext4/ |
H A D | ext4_xattr.c | 66 __u32 hash = 0; in ext4_xattr_compute_hash() 100 __u32 hash = 0; in ext4_xattr_rehash() 119 static __u32 124 __u32 checksum = 0; in ext4_xattr_block_checksum() 129 __u32 orig_checksum; in ext4_xattr_block_checksum() 1148 sizeof(__u32)) in ext4_fs_get_xattr_ref() 1159 sizeof(__u32); in ext4_fs_get_xattr_ref()
|
/reactos/drivers/filesystems/ext2/inc/ |
H A D | ext2fs.h | 1796 __u32 ext4_free_blks_count(struct super_block *sb, 1798 __u32 ext4_free_inodes_count(struct super_block *sb, 1800 __u32 ext4_used_dirs_count(struct super_block *sb, 1802 __u32 ext4_itable_unused_count(struct super_block *sb, 1811 struct ext4_group_desc *bg, __u32 count); 1813 struct ext4_group_desc *bg, __u32 count); 1815 struct ext4_group_desc *bg, __u32 count); 1817 struct ext4_group_desc *bg, __u32 count); 2098 __le16 ext4_group_desc_csum(struct ext3_sb_info *sbi, __u32 block_group, 2100 int ext4_group_desc_csum_verify(struct ext3_sb_info *sbi, __u32 block_group, [all …]
|