• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ufs/

Lines Matching refs:__fs32

40 typedef __u32 __bitwise __fs32;
285 __fs32 tv_sec;
286 __fs32 tv_usec;
290 __fs32 d_ino; /* inode number of this entry */
303 __fs32 cs_ndir; /* number of directories */
304 __fs32 cs_nbfree; /* number of free blocks */
305 __fs32 cs_nifree; /* number of free inodes */
306 __fs32 cs_nffree; /* number of free frags */
377 __fs32 cg_link; /* linked list of cyl groups */
378 __fs32 cg_magic; /* magic number */
379 __fs32 cg_time; /* time last written */
380 __fs32 cg_cgx; /* we are the cgx'th cylinder group */
383 __fs32 cg_ndblk; /* number of data blocks this cg */
385 __fs32 cg_rotor; /* position of last used block */
386 __fs32 cg_frotor; /* position of last used frag */
387 __fs32 cg_irotor; /* position of last used inode */
388 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
389 __fs32 cg_btotoff; /* (__u32) block totals per cylinder */
390 __fs32 cg_boff; /* (short) free block positions */
391 __fs32 cg_iusedoff; /* (char) used inode map */
392 __fs32 cg_freeoff; /* (u_char) free block map */
393 __fs32 cg_nextfreeoff; /* (u_char) next available space */
396 __fs32 cg_clustersumoff; /* (u_int32) counts of avail clusters */
397 __fs32 cg_clusteroff; /* (u_int8) free cluster map */
398 __fs32 cg_nclusterblks; /* number of clusters this cg */
399 __fs32 cg_sparecon[13]; /* reserved for future use */
402 __fs32 cg_clustersumoff;/* (u_int32) counts of avail clusters */
403 __fs32 cg_clusteroff; /* (u_int8) free cluster map */
404 __fs32 cg_nclusterblks;/* number of clusters this cg */
405 __fs32 cg_niblk; /* number of inode blocks this cg */
406 __fs32 cg_initediblk; /* last initialized inode */
407 __fs32 cg_sparecon32[3];/* reserved for future use */
411 __fs32 cg_sparecon[16]; /* reserved for future use */
419 __fs32 cg_link; /* linked list of cyl groups */
420 __fs32 cg_rlink; /* for incore cyl groups */
421 __fs32 cg_time; /* time last written */
422 __fs32 cg_cgx; /* we are the cgx'th cylinder group */
425 __fs32 cg_ndblk; /* number of data blocks this cg */
427 __fs32 cg_rotor; /* position of last used block */
428 __fs32 cg_frotor; /* position of last used frag */
429 __fs32 cg_irotor; /* position of last used inode */
430 __fs32 cg_frsum[8]; /* counts of available frags */
431 __fs32 cg_btot[32]; /* block totals per cylinder */
434 __fs32 cg_magic; /* magic number */
450 __fs32 ui_inumber; /* 0x4 lsf: inode number */
451 __fs32 ui_author; /* 0x4 GNU HURD: author */
459 __fs32 ui_db[UFS_NDADDR];/* 0x28 data blocks */
460 __fs32 ui_ib[UFS_NINDIR];/* 0x58 indirect blocks */
464 __fs32 ui_flags; /* 0x64 immutable, append-only... */
465 __fs32 ui_blocks; /* 0x68 blocks in use */
466 __fs32 ui_gen; /* 0x6c like ext2 i_version, for NFS support */
469 __fs32 ui_shadow; /* 0x70 shadow inode with security data */
470 __fs32 ui_uid; /* 0x74 long EFT version of uid */
471 __fs32 ui_gid; /* 0x78 long EFT version of gid */
472 __fs32 ui_oeftflag; /* 0x7c reserved */
475 __fs32 ui_uid; /* 0x70 File owner */
476 __fs32 ui_gid; /* 0x74 File group */
477 __fs32 ui_spare[2]; /* 0x78 reserved */
480 __fs32 ui_uid; /* 0x70 */
481 __fs32 ui_gid; /* 0x74 */
484 __fs32 ui_trans; /* 0x7c filesystem translator */
493 __fs32 ui_uid; /* 4: File owner. */
494 __fs32 ui_gid; /* 8: File group. */
495 __fs32 ui_blksize; /* 12: Inode blocksize. */
502 __fs32 ui_mtimensec; /* 64: Last modified time. */
503 __fs32 ui_atimensec; /* 68: Last access time. */
504 __fs32 ui_ctimensec; /* 72: Last inode change time. */
505 __fs32 ui_birthnsec; /* 76: Inode creation time. */
506 __fs32 ui_gen; /* 80: Generation number. */
507 __fs32 ui_kernflags; /* 84: Kernel flags. */
508 __fs32 ui_flags; /* 88: Status flags (chflags). */
509 __fs32 ui_extsize; /* 92: External attributes block. */
647 __fs32 fs_link; /* UNUSED */
650 __fs32 fs_state; /* file system state flag */
653 __fs32 fs_rlink;
654 __fs32 fs_sblkno;
655 __fs32 fs_cblkno;
656 __fs32 fs_iblkno;
657 __fs32 fs_dblkno;
658 __fs32 fs_cgoffset;
659 __fs32 fs_cgmask;
660 __fs32 fs_time;
661 __fs32 fs_size;
662 __fs32 fs_dsize;
663 __fs32 fs_ncg;
664 __fs32 fs_bsize;
665 __fs32 fs_fsize;
666 __fs32 fs_frag;
667 __fs32 fs_minfree;
668 __fs32 fs_rotdelay;
669 __fs32 fs_rps;
670 __fs32 fs_bmask;
671 __fs32 fs_fmask;
672 __fs32 fs_bshift;
673 __fs32 fs_fshift;
674 __fs32 fs_maxcontig;
675 __fs32 fs_maxbpg;
676 __fs32 fs_fragshift;
677 __fs32 fs_fsbtodb;
678 __fs32 fs_sbsize;
679 __fs32 fs_csmask;
680 __fs32 fs_csshift;
681 __fs32 fs_nindir;
682 __fs32 fs_inopb;
683 __fs32 fs_nspf;
684 __fs32 fs_optim;
687 __fs32 fs_npsect;
690 __fs32 fs_state;
693 __fs32 fs_interleave;
694 __fs32 fs_trackskew;
695 __fs32 fs_id[2];
696 __fs32 fs_csaddr;
697 __fs32 fs_cssize;
698 __fs32 fs_cgsize;
699 __fs32 fs_ntrak;
700 __fs32 fs_nsect;
701 __fs32 fs_spc;
702 __fs32 fs_ncyl;
703 __fs32 fs_cpg;
704 __fs32 fs_ipg;
705 __fs32 fs_fpg;
719 __fs32 fs_cgrotor;
720 __fs32 fs_csp[UFS_MAXCSBUFS];
721 __fs32 fs_maxcluster;
722 __fs32 fs_cpc;
729 __fs32 fs_pad;
730 __fs32 fs_cgrotor;
731 __fs32 fs_ocsp[UFS2_NOCSPTRS];
732 __fs32 fs_contigdirs;
733 __fs32 fs_csp;
734 __fs32 fs_maxcluster;
735 __fs32 fs_active;
736 __fs32 fs_old_cpc;
737 __fs32 fs_maxbsize;
761 __fs32 fs_pendinginodes;/*inodes in process of being freed */
766 __fs32 fs_sparecon[53];/* reserved for future constants */
767 __fs32 fs_reclaim;
768 __fs32 fs_sparecon2[1];
769 __fs32 fs_state; /* file system state time stamp */
770 __fs32 fs_qbmask[2]; /* ~usb_bmask */
771 __fs32 fs_qfmask[2]; /* ~usb_fmask */
774 __fs32 fs_sparecon[53];/* reserved for future constants */
775 __fs32 fs_reclaim;
776 __fs32 fs_sparecon2[1];
777 __fs32 fs_npsect; /* # sectors/track including spares */
778 __fs32 fs_qbmask[2]; /* ~usb_bmask */
779 __fs32 fs_qfmask[2]; /* ~usb_fmask */
782 __fs32 fs_sparecon[50];/* reserved for future constants */
783 __fs32 fs_contigsumsize;/* size of cluster summary array */
784 __fs32 fs_maxsymlinklen;/* max length of an internal symlink */
785 __fs32 fs_inodefmt; /* format of on-disk inodes */
786 __fs32 fs_maxfilesize[2]; /* max representable file size */
787 __fs32 fs_qbmask[2]; /* ~usb_bmask */
788 __fs32 fs_qfmask[2]; /* ~usb_fmask */
789 __fs32 fs_state; /* file system state time stamp */
792 __fs32 fs_postblformat;
793 __fs32 fs_nrpos;
794 __fs32 fs_postbloff;
795 __fs32 fs_rotbloff;
796 __fs32 fs_magic;