Lines Matching refs:__fs32
39 typedef uint32_t __fs32;
115 __fs32 tv_sec;
116 __fs32 tv_usec;
120 __fs32 d_ino; /* inode number of this entry */
133 __fs32 cs_ndir; /* number of directories */
134 __fs32 cs_nbfree; /* number of free blocks */
135 __fs32 cs_nifree; /* number of free inodes */
136 __fs32 cs_nffree; /* number of free frags */
158 __fs32 fs_link; /* UNUSED */
161 __fs32 fs_state; /* file system state flag */
164 __fs32 fs_rlink; /* UNUSED */
165 __fs32 fs_sblkno; /* addr of super-block in filesys */
166 __fs32 fs_cblkno; /* offset of cyl-block in filesys */
167 __fs32 fs_iblkno; /* offset of inode-blocks in filesys */
168 __fs32 fs_dblkno; /* offset of first data after cg */
169 __fs32 fs_cgoffset; /* cylinder group offset in cylinder */
170 __fs32 fs_cgmask; /* used to calc mod fs_ntrak */
171 __fs32 fs_time; /* last time written -- time_t */
172 __fs32 fs_size; /* number of blocks in fs */
173 __fs32 fs_dsize; /* number of data blocks in fs */
174 __fs32 fs_ncg; /* number of cylinder groups */
175 __fs32 fs_bsize; /* size of basic blocks in fs */
176 __fs32 fs_fsize; /* size of frag blocks in fs */
177 __fs32 fs_frag; /* number of frags in a block in fs */
179 __fs32 fs_minfree; /* minimum percentage of free blocks */
180 __fs32 fs_rotdelay; /* num of ms for optimal next block */
181 __fs32 fs_rps; /* disk revolutions per second */
183 __fs32 fs_bmask; /* ``blkoff'' calc of blk offsets */
184 __fs32 fs_fmask; /* ``fragoff'' calc of frag offsets */
185 __fs32 fs_bshift; /* ``lblkno'' calc of logical blkno */
186 __fs32 fs_fshift; /* ``numfrags'' calc number of frags */
188 __fs32 fs_maxcontig; /* max number of contiguous blks */
189 __fs32 fs_maxbpg; /* max number of blks per cyl group */
191 __fs32 fs_fragshift; /* block to frag shift */
192 __fs32 fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
193 __fs32 fs_sbsize; /* actual size of super block */
194 __fs32 fs_csmask; /* csum block offset */
195 __fs32 fs_csshift; /* csum block number */
196 __fs32 fs_nindir; /* value of NINDIR */
197 __fs32 fs_inopb; /* value of INOPB */
198 __fs32 fs_nspf; /* value of NSPF */
200 __fs32 fs_optim; /* optimization preference, see below */
204 __fs32 fs_npsect; /* # sectors/track including spares */
207 __fs32 fs_state; /* file system state time stamp */
210 __fs32 fs_interleave; /* hardware sector interleave */
211 __fs32 fs_trackskew; /* sector 0 skew, per track */
216 __fs32 fs_id[2]; /* file system id */
218 __fs32 fs_csaddr; /* blk addr of cyl grp summary area */
219 __fs32 fs_cssize; /* size of cyl grp summary area */
220 __fs32 fs_cgsize; /* cylinder group size */
222 __fs32 fs_ntrak; /* tracks per cylinder */
223 __fs32 fs_nsect; /* sectors per track */
224 __fs32 fs_spc; /* sectors per cylinder */
226 __fs32 fs_ncyl; /* cylinders in file system */
228 __fs32 fs_cpg; /* cylinders per group */
229 __fs32 fs_ipg; /* inodes per cylinder group */
230 __fs32 fs_fpg; /* blocks per group * fs_frag */
241 __fs32 fs_cgrotor; /* last cg searched */
242 __fs32 fs_csp[UFS_MAXCSBUFS];/*list of fs_cs info buffers */
243 __fs32 fs_maxcluster;
244 __fs32 fs_cpc; /* cyl per cycle in postbl */
251 __fs32 fs_pad; /* due to alignment of fs_swuid */
252 __fs32 fs_cgrotor; /* last cg searched */
253 __fs32 fs_ocsp[UFS2_NOCSPTRS]; /*list of fs_cs info buffers */
254 __fs32 fs_contigdirs;/*# of contiguously allocated dirs */
255 __fs32 fs_csp; /* cg summary info buffer for fs_cs */
256 __fs32 fs_maxcluster;
257 __fs32 fs_active;/* used by snapshots to track fs */
258 __fs32 fs_old_cpc; /* cyl per cycle in postbl */
259 __fs32 fs_maxbsize;/*maximum blocking factor permitted */
268 __fs32 fs_pendinginodes;/*inodes in process of being freed */
273 __fs32 fs_sparecon[53];/* reserved for future constants */
274 __fs32 fs_reclaim;
275 __fs32 fs_sparecon2[1];
276 __fs32 fs_state; /* file system state time stamp */
277 __fs32 fs_qbmask[2]; /* ~usb_bmask */
278 __fs32 fs_qfmask[2]; /* ~usb_fmask */
281 __fs32 fs_sparecon[53];/* reserved for future constants */
282 __fs32 fs_reclaim;
283 __fs32 fs_sparecon2[1];
284 __fs32 fs_npsect; /* # sectors/track including spares */
285 __fs32 fs_qbmask[2]; /* ~usb_bmask */
286 __fs32 fs_qfmask[2]; /* ~usb_fmask */
289 __fs32 fs_sparecon[50];/* reserved for future constants */
290 __fs32 fs_contigsumsize;/* size of cluster summary array */
291 __fs32 fs_maxsymlinklen;/* max length of an internal symlink */
292 __fs32 fs_inodefmt; /* format of on-disk inodes */
293 __fs32 fs_maxfilesize[2]; /* max representable file size */
294 __fs32 fs_qbmask[2]; /* ~usb_bmask */
295 __fs32 fs_qfmask[2]; /* ~usb_fmask */
296 __fs32 fs_state; /* file system state time stamp */
299 __fs32 fs_postblformat; /* format of positional layout tables */
300 __fs32 fs_nrpos; /* number of rotational positions */
301 __fs32 fs_postbloff; /* (__s16) rotation block list head */
302 __fs32 fs_rotbloff; /* (__u8) blocks for each rotation */
303 __fs32 fs_magic; /* magic number */