Lines Matching defs:__u32

43 typedef unsigned int __u32;
57 __u32 s_inodes_count; /* Inodes count */
58 __u32 s_blocks_count; /* Blocks count */
59 __u32 s_r_blocks_count; /* Reserved blocks count */
60 __u32 s_free_blocks_count; /* Free blocks count */
61 __u32 s_free_inodes_count; /* Free inodes count */
62 __u32 s_first_data_block; /* First Data Block */
63 __u32 s_log_block_size; /* Block size */
65 __u32 s_blocks_per_group; /* # Blocks per group */
66 __u32 s_frags_per_group; /* # Fragments per group */
67 __u32 s_inodes_per_group; /* # Inodes per group */
68 __u32 s_mtime; /* Mount time */
69 __u32 s_wtime; /* Write time */
76 __u32 s_lastcheck; /* time of last check */
77 __u32 s_checkinterval; /* max. time between checks */
78 __u32 s_creator_os; /* OS */
79 __u32 s_rev_level; /* Revision level */
82 __u32 s_reserved[235]; /* Padding to the end of the block */
87 __u32 bg_block_bitmap; /* Blocks bitmap block */
88 __u32 bg_inode_bitmap; /* Inodes bitmap block */
89 __u32 bg_inode_table; /* Inodes table block */
94 __u32 bg_reserved[3];
101 __u32 i_size; /* 4: Size in bytes */
102 __u32 i_atime; /* Access time */
103 __u32 i_ctime; /* 12: Creation time */
104 __u32 i_mtime; /* Modification time */
105 __u32 i_dtime; /* 20: Deletion Time */
108 __u32 i_blocks; /* Blocks count */
109 __u32 i_flags; /* 32: File flags */
114 __u32 l_i_reserved1;
119 __u32 h_i_translator;
124 __u32 m_i_reserved1;
129 __u32 i_block[EXT2_N_BLOCKS]; /* 40: Pointers to blocks */
130 __u32 i_version; /* File version (for NFS) */
131 __u32 i_file_acl; /* File ACL */
132 __u32 i_dir_acl; /* Directory ACL */
133 __u32 i_faddr; /* Fragment address */
141 __u32 l_i_reserved2[2];
151 __u32 h_i_author;
159 __u32 m_i_reserved2[2];
176 __u32 inode; /* Inode number */
218 #define EXT2_ADDR_PER_BLOCK(s) (EXT2_BLOCK_SIZE(s) / sizeof (__u32))
332 return ((__u32 *) DATABLOCK1)[logical_block];
347 if ((bnum = (((__u32 *) DATABLOCK1)
356 return ((__u32 *) DATABLOCK2)
369 if (!ext2_rdfsb (((__u32 *) DATABLOCK1)
377 if (!ext2_rdfsb (((__u32 *) DATABLOCK2)
385 return ((__u32 *) DATABLOCK2)