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