Lines Matching refs:__fs32

42 typedef __u32 __bitwise __fs32;  typedef
287 __fs32 tv_sec;
288 __fs32 tv_usec;
292 __fs32 d_ino; /* inode number of this entry */
305 __fs32 cs_ndir; /* number of directories */
306 __fs32 cs_nbfree; /* number of free blocks */
307 __fs32 cs_nifree; /* number of free inodes */
308 __fs32 cs_nffree; /* number of free frags */
348 __fs32 fs_link; /* UNUSED */
351 __fs32 fs_state; /* file system state flag */
354 __fs32 fs_rlink; /* UNUSED */
355 __fs32 fs_sblkno; /* addr of super-block in filesys */
356 __fs32 fs_cblkno; /* offset of cyl-block in filesys */
357 __fs32 fs_iblkno; /* offset of inode-blocks in filesys */
358 __fs32 fs_dblkno; /* offset of first data after cg */
359 __fs32 fs_cgoffset; /* cylinder group offset in cylinder */
360 __fs32 fs_cgmask; /* used to calc mod fs_ntrak */
361 __fs32 fs_time; /* last time written -- time_t */
362 __fs32 fs_size; /* number of blocks in fs */
363 __fs32 fs_dsize; /* number of data blocks in fs */
364 __fs32 fs_ncg; /* number of cylinder groups */
365 __fs32 fs_bsize; /* size of basic blocks in fs */
366 __fs32 fs_fsize; /* size of frag blocks in fs */
367 __fs32 fs_frag; /* number of frags in a block in fs */
369 __fs32 fs_minfree; /* minimum percentage of free blocks */
370 __fs32 fs_rotdelay; /* num of ms for optimal next block */
371 __fs32 fs_rps; /* disk revolutions per second */
373 __fs32 fs_bmask; /* ``blkoff'' calc of blk offsets */
374 __fs32 fs_fmask; /* ``fragoff'' calc of frag offsets */
375 __fs32 fs_bshift; /* ``lblkno'' calc of logical blkno */
376 __fs32 fs_fshift; /* ``numfrags'' calc number of frags */
378 __fs32 fs_maxcontig; /* max number of contiguous blks */
379 __fs32 fs_maxbpg; /* max number of blks per cyl group */
381 __fs32 fs_fragshift; /* block to frag shift */
382 __fs32 fs_fsbtodb; /* fsbtodb and dbtofsb shift constant */
383 __fs32 fs_sbsize; /* actual size of super block */
384 __fs32 fs_csmask; /* csum block offset */
385 __fs32 fs_csshift; /* csum block number */
386 __fs32 fs_nindir; /* value of NINDIR */
387 __fs32 fs_inopb; /* value of INOPB */
388 __fs32 fs_nspf; /* value of NSPF */
390 __fs32 fs_optim; /* optimization preference, see below */
394 __fs32 fs_npsect; /* # sectors/track including spares */
397 __fs32 fs_state; /* file system state time stamp */
400 __fs32 fs_interleave; /* hardware sector interleave */
401 __fs32 fs_trackskew; /* sector 0 skew, per track */
406 __fs32 fs_id[2]; /* file system id */
408 __fs32 fs_csaddr; /* blk addr of cyl grp summary area */
409 __fs32 fs_cssize; /* size of cyl grp summary area */
410 __fs32 fs_cgsize; /* cylinder group size */
412 __fs32 fs_ntrak; /* tracks per cylinder */
413 __fs32 fs_nsect; /* sectors per track */
414 __fs32 fs_spc; /* sectors per cylinder */
416 __fs32 fs_ncyl; /* cylinders in file system */
418 __fs32 fs_cpg; /* cylinders per group */
419 __fs32 fs_ipg; /* inodes per cylinder group */
420 __fs32 fs_fpg; /* blocks per group * fs_frag */
431 __fs32 fs_cgrotor; /* last cg searched */
432 __fs32 fs_csp[UFS_MAXCSBUFS];/*list of fs_cs info buffers */
433 __fs32 fs_maxcluster;
434 __fs32 fs_cpc; /* cyl per cycle in postbl */
441 __fs32 fs_pad; /* due to alignment of fs_swuid */
442 __fs32 fs_cgrotor; /* last cg searched */
443 __fs32 fs_ocsp[UFS2_NOCSPTRS]; /*list of fs_cs info buffers */
444 __fs32 fs_contigdirs;/*# of contiguously allocated dirs */
445 __fs32 fs_csp; /* cg summary info buffer for fs_cs */
446 __fs32 fs_maxcluster;
447 __fs32 fs_active;/* used by snapshots to track fs */
448 __fs32 fs_old_cpc; /* cyl per cycle in postbl */
449 __fs32 fs_maxbsize;/*maximum blocking factor permitted */
458 __fs32 fs_pendinginodes;/*inodes in process of being freed */
463 __fs32 fs_sparecon[53];/* reserved for future constants */
464 __fs32 fs_reclaim;
465 __fs32 fs_sparecon2[1];
466 __fs32 fs_state; /* file system state time stamp */
467 __fs32 fs_qbmask[2]; /* ~usb_bmask */
468 __fs32 fs_qfmask[2]; /* ~usb_fmask */
471 __fs32 fs_sparecon[53];/* reserved for future constants */
472 __fs32 fs_reclaim;
473 __fs32 fs_sparecon2[1];
474 __fs32 fs_npsect; /* # sectors/track including spares */
475 __fs32 fs_qbmask[2]; /* ~usb_bmask */
476 __fs32 fs_qfmask[2]; /* ~usb_fmask */
479 __fs32 fs_sparecon[50];/* reserved for future constants */
480 __fs32 fs_contigsumsize;/* size of cluster summary array */
481 __fs32 fs_maxsymlinklen;/* max length of an internal symlink */
482 __fs32 fs_inodefmt; /* format of on-disk inodes */
483 __fs32 fs_maxfilesize[2]; /* max representable file size */
484 __fs32 fs_qbmask[2]; /* ~usb_bmask */
485 __fs32 fs_qfmask[2]; /* ~usb_fmask */
486 __fs32 fs_state; /* file system state time stamp */
489 __fs32 fs_postblformat; /* format of positional layout tables */
490 __fs32 fs_nrpos; /* number of rotational positions */
491 __fs32 fs_postbloff; /* (__s16) rotation block list head */
492 __fs32 fs_rotbloff; /* (__u8) blocks for each rotation */
493 __fs32 fs_magic; /* magic number */
538 __fs32 cg_link; /* linked list of cyl groups */
539 __fs32 cg_magic; /* magic number */
540 __fs32 cg_time; /* time last written */
541 __fs32 cg_cgx; /* we are the cgx'th cylinder group */
544 __fs32 cg_ndblk; /* number of data blocks this cg */
546 __fs32 cg_rotor; /* position of last used block */
547 __fs32 cg_frotor; /* position of last used frag */
548 __fs32 cg_irotor; /* position of last used inode */
549 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
550 __fs32 cg_btotoff; /* (__u32) block totals per cylinder */
551 __fs32 cg_boff; /* (short) free block positions */
552 __fs32 cg_iusedoff; /* (char) used inode map */
553 __fs32 cg_freeoff; /* (u_char) free block map */
554 __fs32 cg_nextfreeoff; /* (u_char) next available space */
557 __fs32 cg_clustersumoff; /* (u_int32) counts of avail clusters */
558 __fs32 cg_clusteroff; /* (u_int8) free cluster map */
559 __fs32 cg_nclusterblks; /* number of clusters this cg */
560 __fs32 cg_sparecon[13]; /* reserved for future use */
563 __fs32 cg_clustersumoff;/* (u_int32) counts of avail clusters */
564 __fs32 cg_clusteroff; /* (u_int8) free cluster map */
565 __fs32 cg_nclusterblks;/* number of clusters this cg */
566 __fs32 cg_niblk; /* number of inode blocks this cg */
567 __fs32 cg_initediblk; /* last initialized inode */
568 __fs32 cg_sparecon32[3];/* reserved for future use */
572 __fs32 cg_sparecon[16]; /* reserved for future use */
580 __fs32 cg_link; /* linked list of cyl groups */
581 __fs32 cg_rlink; /* for incore cyl groups */
582 __fs32 cg_time; /* time last written */
583 __fs32 cg_cgx; /* we are the cgx'th cylinder group */
586 __fs32 cg_ndblk; /* number of data blocks this cg */
588 __fs32 cg_rotor; /* position of last used block */
589 __fs32 cg_frotor; /* position of last used frag */
590 __fs32 cg_irotor; /* position of last used inode */
591 __fs32 cg_frsum[8]; /* counts of available frags */
592 __fs32 cg_btot[32]; /* block totals per cylinder */
595 __fs32 cg_magic; /* magic number */
611 __fs32 ui_inumber; /* 0x4 lsf: inode number */
612 __fs32 ui_author; /* 0x4 GNU HURD: author */
620 __fs32 ui_db[UFS_NDADDR];/* 0x28 data blocks */
621 __fs32 ui_ib[UFS_NINDIR];/* 0x58 indirect blocks */
625 __fs32 ui_flags; /* 0x64 immutable, append-only... */
626 __fs32 ui_blocks; /* 0x68 blocks in use */
627 __fs32 ui_gen; /* 0x6c like ext2 i_version, for NFS support */
630 __fs32 ui_shadow; /* 0x70 shadow inode with security data */
631 __fs32 ui_uid; /* 0x74 long EFT version of uid */
632 __fs32 ui_gid; /* 0x78 long EFT version of gid */
633 __fs32 ui_oeftflag; /* 0x7c reserved */
636 __fs32 ui_uid; /* 0x70 File owner */
637 __fs32 ui_gid; /* 0x74 File group */
638 __fs32 ui_spare[2]; /* 0x78 reserved */
641 __fs32 ui_uid; /* 0x70 */
642 __fs32 ui_gid; /* 0x74 */
645 __fs32 ui_trans; /* 0x7c filesystem translator */
654 __fs32 ui_uid; /* 4: File owner. */
655 __fs32 ui_gid; /* 8: File group. */
656 __fs32 ui_blksize; /* 12: Inode blocksize. */
663 __fs32 ui_mtimensec; /* 64: Last modified time. */
664 __fs32 ui_atimensec; /* 68: Last access time. */
665 __fs32 ui_ctimensec; /* 72: Last inode change time. */
666 __fs32 ui_birthnsec; /* 76: Inode creation time. */
667 __fs32 ui_gen; /* 80: Generation number. */
668 __fs32 ui_kernflags; /* 84: Kernel flags. */
669 __fs32 ui_flags; /* 88: Status flags (chflags). */
670 __fs32 ui_extsize; /* 92: External attributes block. */
809 __fs32 fs_link; /* UNUSED */
812 __fs32 fs_state; /* file system state flag */
815 __fs32 fs_rlink;
816 __fs32 fs_sblkno;
817 __fs32 fs_cblkno;
818 __fs32 fs_iblkno;
819 __fs32 fs_dblkno;
820 __fs32 fs_cgoffset;
821 __fs32 fs_cgmask;
822 __fs32 fs_time;
823 __fs32 fs_size;
824 __fs32 fs_dsize;
825 __fs32 fs_ncg;
826 __fs32 fs_bsize;
827 __fs32 fs_fsize;
828 __fs32 fs_frag;
829 __fs32 fs_minfree;
830 __fs32 fs_rotdelay;
831 __fs32 fs_rps;
832 __fs32 fs_bmask;
833 __fs32 fs_fmask;
834 __fs32 fs_bshift;
835 __fs32 fs_fshift;
836 __fs32 fs_maxcontig;
837 __fs32 fs_maxbpg;
838 __fs32 fs_fragshift;
839 __fs32 fs_fsbtodb;
840 __fs32 fs_sbsize;
841 __fs32 fs_csmask;
842 __fs32 fs_csshift;
843 __fs32 fs_nindir;
844 __fs32 fs_inopb;
845 __fs32 fs_nspf;
846 __fs32 fs_optim;
849 __fs32 fs_npsect;
852 __fs32 fs_state;
855 __fs32 fs_interleave;
856 __fs32 fs_trackskew;
857 __fs32 fs_id[2];
858 __fs32 fs_csaddr;
859 __fs32 fs_cssize;
860 __fs32 fs_cgsize;
861 __fs32 fs_ntrak;
862 __fs32 fs_nsect;
863 __fs32 fs_spc;
864 __fs32 fs_ncyl;
865 __fs32 fs_cpg;
866 __fs32 fs_ipg;
867 __fs32 fs_fpg;
881 __fs32 fs_cgrotor;
882 __fs32 fs_csp[UFS_MAXCSBUFS];
883 __fs32 fs_maxcluster;
884 __fs32 fs_cpc;
891 __fs32 fs_pad;
892 __fs32 fs_cgrotor;
893 __fs32 fs_ocsp[UFS2_NOCSPTRS];
894 __fs32 fs_contigdirs;
895 __fs32 fs_csp;
896 __fs32 fs_maxcluster;
897 __fs32 fs_active;
898 __fs32 fs_old_cpc;
899 __fs32 fs_maxbsize;
923 __fs32 fs_pendinginodes;/*inodes in process of being freed */
928 __fs32 fs_sparecon[53];/* reserved for future constants */
929 __fs32 fs_reclaim;
930 __fs32 fs_sparecon2[1];
931 __fs32 fs_state; /* file system state time stamp */
932 __fs32 fs_qbmask[2]; /* ~usb_bmask */
933 __fs32 fs_qfmask[2]; /* ~usb_fmask */
936 __fs32 fs_sparecon[53];/* reserved for future constants */
937 __fs32 fs_reclaim;
938 __fs32 fs_sparecon2[1];
939 __fs32 fs_npsect; /* # sectors/track including spares */
940 __fs32 fs_qbmask[2]; /* ~usb_bmask */
941 __fs32 fs_qfmask[2]; /* ~usb_fmask */
944 __fs32 fs_sparecon[50];/* reserved for future constants */
945 __fs32 fs_contigsumsize;/* size of cluster summary array */
946 __fs32 fs_maxsymlinklen;/* max length of an internal symlink */
947 __fs32 fs_inodefmt; /* format of on-disk inodes */
948 __fs32 fs_maxfilesize[2]; /* max representable file size */
949 __fs32 fs_qbmask[2]; /* ~usb_bmask */
950 __fs32 fs_qfmask[2]; /* ~usb_fmask */
951 __fs32 fs_state; /* file system state time stamp */
954 __fs32 fs_postblformat;
955 __fs32 fs_nrpos;
956 __fs32 fs_postbloff;
957 __fs32 fs_rotbloff;
958 __fs32 fs_magic;