Searched refs:__u32 (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ext2fs.c43 typedef unsigned int __u32; typedef
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_grou
[all...]
H A Dfat.h31 typedef unsigned int __u32; typedef
50 __u32 hidden; /* hidden sectors (unused) */
51 __u32 long_sectors; /* number of sectors (if short_sectors == 0) */
54 __u32 fat32_length; /* sectors/FAT */
57 __u32 root_cluster; /* first cluster in root directory */
H A Dfsys_reiserfs.c37 typedef unsigned int __u32; typedef
46 #define __cpu_to_le32(x) ((__u32) (x))
47 #define __le32_to_cpu(x) ((__u32) (x))
55 __u32 s_block_count; /* blocks count */
56 __u32 s_free_blocks; /* free blocks count */
57 __u32 s_root_block; /* root block number */
58 __u32 s_journal_block; /* journal block number */
59 __u32 s_journal_dev; /* journal device number */
60 __u32 s_journal_size; /* size of the journal on FS creation. used to make sure they don't overflow it */
61 __u32 s_journal_trans_ma
[all...]
H A Dfsys_minix.c54 typedef unsigned int __u32; typedef
90 __u32 i_size;
91 __u32 i_time;
108 __u32 i_size;
109 __u32 i_atime;
110 __u32 i_mtime;
111 __u32 i_ctime;
112 __u32 i_zone[10];
125 __u32 s_max_size;
128 __u32 s_zone
[all...]
H A Dfsys_fat.c71 __u32 magic, first_fat;

Completed in 27 milliseconds