Lines Matching refs:grub_int32_t

31 typedef	int32_t		grub_int32_t;  typedef
41 grub_int32_t tv_usec;
54 grub_int32_t cs_ndir; /* number of directories */
55 grub_int32_t cs_nbfree; /* number of free blocks */
56 grub_int32_t cs_nifree; /* number of free inodes */
57 grub_int32_t cs_nffree; /* number of free frags */
68 grub_int32_t fs_cgoffset; /* cylinder group offset in cylinder */
69 grub_int32_t fs_cgmask; /* used to calc mod fs_ntrak */
71 grub_int32_t fs_size; /* number of blocks in fs */
72 grub_int32_t fs_dsize; /* number of data blocks in fs */
73 grub_int32_t fs_ncg; /* number of cylinder groups */
74 grub_int32_t fs_bsize; /* size of basic blocks in fs */
75 grub_int32_t fs_fsize; /* size of frag blocks in fs */
76 grub_int32_t fs_frag; /* number of frags in a block in fs */
78 grub_int32_t fs_minfree; /* minimum percentage of free blocks */
79 grub_int32_t fs_rotdelay; /* num of ms for optimal next block */
80 grub_int32_t fs_rps; /* disk revolutions per second */
82 grub_int32_t fs_bmask; /* ``blkoff'' calc of blk offsets */
83 grub_int32_t fs_fmask; /* ``fragoff'' calc of frag offsets */
84 grub_int32_t fs_bshift; /* ``lblkno'' calc of logical blkno */
85 grub_int32_t fs_fshift; /* ``numfrags'' calc number of frags */
87 grub_int32_t fs_maxcontig; /* max number of contiguous blks */
88 grub_int32_t fs_maxbpg; /* max number of blks per cyl group */
90 grub_int32_t fs_fragshift; /* block to frag shift */
91 grub_int32_t fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
92 grub_int32_t fs_sbsize; /* actual size of super block */
93 grub_int32_t fs_csmask; /* csum block offset */
94 grub_int32_t fs_csshift; /* csum block number */
95 grub_int32_t fs_nindir; /* value of NINDIR */
96 grub_int32_t fs_inopb; /* value of INOPB */
97 grub_int32_t fs_nspf; /* value of NSPF */
99 grub_int32_t fs_optim; /* optimization preference, see below */
114 grub_int32_t fs_state; /* file system state time stamp */
115 grub_int32_t fs_si; /* summary info state - lufs only */
116 grub_int32_t fs_trackskew; /* sector 0 skew, per track */
121 grub_int32_t fs_id[2]; /* file system id */
124 grub_int32_t fs_cssize; /* size of cyl grp summary area */
125 grub_int32_t fs_cgsize; /* cylinder group size */
127 grub_int32_t fs_ntrak; /* tracks per cylinder */
128 grub_int32_t fs_nsect; /* sectors per track */
129 grub_int32_t fs_spc; /* sectors per cylinder */
131 grub_int32_t fs_ncyl; /* cylinders in file system */
133 grub_int32_t fs_cpg; /* cylinders per group */
134 grub_int32_t fs_ipg; /* inodes per group */
135 grub_int32_t fs_fpg; /* blocks per group * fs_frag */
145 grub_int32_t fs_cgrotor; /* last cg searched */
156 grub_int32_t fs_cpc; /* cyl per cycle in postbl */
158 grub_int32_t fs_sparecon[51]; /* reserved for future constants */
159 grub_int32_t fs_version; /* minor version of MTB ufs */
160 grub_int32_t fs_logbno; /* block # of embedded log */
161 grub_int32_t fs_reclaim; /* reclaim open, deleted files */
162 grub_int32_t fs_sparecon2; /* reserved for future constant */
164 grub_int32_t fs_npsect; /* # sectors/track including spares */
167 grub_int32_t fs_postblformat; /* fmt of positional layout tables */
168 grub_int32_t fs_nrpos; /* number of rotaional positions */
169 grub_int32_t fs_postbloff; /* (short) rotation block list head */
170 grub_int32_t fs_rotbloff; /* (grub_uchar_t) blocks for each */
172 grub_int32_t fs_magic; /* magic number */
189 grub_int32_t ic_flags; /* 100: cflags */
190 grub_int32_t ic_blocks; /* 104: 512 byte blocks actually held */
191 grub_int32_t ic_gen; /* 108: generation number */
192 grub_int32_t ic_shadow; /* 112: shadow inode */
217 #define lblkno(fs, loc) ((grub_int32_t)((loc) >> (fs)->fs_bshift))