• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/

Lines Matching refs:__fs32

40 typedef __u32 __fs32;
45 typedef __u32 __bitwise __fs32;
318 __fs32 tv_sec;
319 __fs32 tv_usec;
323 __fs32 d_ino; /* inode number of this entry */
336 __fs32 cs_ndir; /* number of directories */
337 __fs32 cs_nbfree; /* number of free blocks */
338 __fs32 cs_nifree; /* number of free inodes */
339 __fs32 cs_nffree; /* number of free frags */
401 __fs32 cg_link; /* linked list of cyl groups */
402 __fs32 cg_magic; /* magic number */
403 __fs32 cg_time; /* time last written */
404 __fs32 cg_cgx; /* we are the cgx'th cylinder group */
407 __fs32 cg_ndblk; /* number of data blocks this cg */
409 __fs32 cg_rotor; /* position of last used block */
410 __fs32 cg_frotor; /* position of last used frag */
411 __fs32 cg_irotor; /* position of last used inode */
412 __fs32 cg_frsum[UFS_MAXFRAG]; /* counts of available frags */
413 __fs32 cg_btotoff; /* (__u32) block totals per cylinder */
414 __fs32 cg_boff; /* (short) free block positions */
415 __fs32 cg_iusedoff; /* (char) used inode map */
416 __fs32 cg_freeoff; /* (u_char) free block map */
417 __fs32 cg_nextfreeoff; /* (u_char) next available space */
420 __fs32 cg_clustersumoff; /* (u_int32) counts of avail clusters */
421 __fs32 cg_clusteroff; /* (u_int8) free cluster map */
422 __fs32 cg_nclusterblks; /* number of clusters this cg */
423 __fs32 cg_sparecon[13]; /* reserved for future use */
426 __fs32 cg_clustersumoff;/* (u_int32) counts of avail clusters */
427 __fs32 cg_clusteroff; /* (u_int8) free cluster map */
428 __fs32 cg_nclusterblks;/* number of clusters this cg */
429 __fs32 cg_niblk; /* number of inode blocks this cg */
430 __fs32 cg_initediblk; /* last initialized inode */
431 __fs32 cg_sparecon32[3];/* reserved for future use */
435 __fs32 cg_sparecon[16]; /* reserved for future use */
452 __fs32 ui_inumber; /* 0x4 lsf: inode number */
453 __fs32 ui_author; /* 0x4 GNU HURD: author */
461 __fs32 ui_db[UFS_NDADDR];/* 0x28 data blocks */
462 __fs32 ui_ib[UFS_NINDIR];/* 0x58 indirect blocks */
466 __fs32 ui_flags; /* 0x64 immutable, append-only... */
467 __fs32 ui_blocks; /* 0x68 blocks in use */
468 __fs32 ui_gen; /* 0x6c like ext2 i_version, for NFS support */
471 __fs32 ui_shadow; /* 0x70 shadow inode with security data */
472 __fs32 ui_uid; /* 0x74 long EFT version of uid */
473 __fs32 ui_gid; /* 0x78 long EFT version of gid */
474 __fs32 ui_oeftflag; /* 0x7c reserved */
477 __fs32 ui_uid; /* 0x70 File owner */
478 __fs32 ui_gid; /* 0x74 File group */
479 __fs32 ui_spare[2]; /* 0x78 reserved */
482 __fs32 ui_uid; /* 0x70 */
483 __fs32 ui_gid; /* 0x74 */
486 __fs32 ui_trans; /* 0x7c filesystem translator */
495 __fs32 ui_uid; /* 4: File owner. */
496 __fs32 ui_gid; /* 8: File group. */
497 __fs32 ui_blksize; /* 12: Inode blocksize. */
504 __fs32 ui_mtimensec; /* 64: Last modified time. */
505 __fs32 ui_atimensec; /* 68: Last access time. */
506 __fs32 ui_ctimensec; /* 72: Last inode change time. */
507 __fs32 ui_birthnsec; /* 76: Inode creation time. */
508 __fs32 ui_gen; /* 80: Generation number. */
509 __fs32 ui_kernflags; /* 84: Kernel flags. */
510 __fs32 ui_flags; /* 88: Status flags (chflags). */
511 __fs32 ui_extsize; /* 92: External attributes block. */
647 __fs32 fs_link;
648 __fs32 fs_rlink;
649 __fs32 fs_sblkno;
650 __fs32 fs_cblkno;
651 __fs32 fs_iblkno;
652 __fs32 fs_dblkno;
653 __fs32 fs_cgoffset;
654 __fs32 fs_cgmask;
655 __fs32 fs_time;
656 __fs32 fs_size;
657 __fs32 fs_dsize;
658 __fs32 fs_ncg;
659 __fs32 fs_bsize;
660 __fs32 fs_fsize;
661 __fs32 fs_frag;
662 __fs32 fs_minfree;
663 __fs32 fs_rotdelay;
664 __fs32 fs_rps;
665 __fs32 fs_bmask;
666 __fs32 fs_fmask;
667 __fs32 fs_bshift;
668 __fs32 fs_fshift;
669 __fs32 fs_maxcontig;
670 __fs32 fs_maxbpg;
671 __fs32 fs_fragshift;
672 __fs32 fs_fsbtodb;
673 __fs32 fs_sbsize;
674 __fs32 fs_csmask;
675 __fs32 fs_csshift;
676 __fs32 fs_nindir;
677 __fs32 fs_inopb;
678 __fs32 fs_nspf;
679 __fs32 fs_optim;
682 __fs32 fs_npsect;
685 __fs32 fs_state;
688 __fs32 fs_interleave;
689 __fs32 fs_trackskew;
690 __fs32 fs_id[2];
691 __fs32 fs_csaddr;
692 __fs32 fs_cssize;
693 __fs32 fs_cgsize;
694 __fs32 fs_ntrak;
695 __fs32 fs_nsect;
696 __fs32 fs_spc;
697 __fs32 fs_ncyl;
698 __fs32 fs_cpg;
699 __fs32 fs_ipg;
700 __fs32 fs_fpg;
714 __fs32 fs_cgrotor;
715 __fs32 fs_csp[UFS_MAXCSBUFS];
716 __fs32 fs_maxcluster;
717 __fs32 fs_cpc;
724 __fs32 fs_pad;
725 __fs32 fs_cgrotor;
726 __fs32 fs_ocsp[UFS2_NOCSPTRS];
727 __fs32 fs_contigdirs;
728 __fs32 fs_csp;
729 __fs32 fs_maxcluster;
730 __fs32 fs_active;
731 __fs32 fs_old_cpc;
732 __fs32 fs_maxbsize;
756 __fs32 fs_pendinginodes;/*inodes in process of being freed */
761 __fs32 fs_sparecon[53];/* reserved for future constants */
762 __fs32 fs_reclaim;
763 __fs32 fs_sparecon2[1];
764 __fs32 fs_state; /* file system state time stamp */
765 __fs32 fs_qbmask[2]; /* ~usb_bmask */
766 __fs32 fs_qfmask[2]; /* ~usb_fmask */
769 __fs32 fs_sparecon[53];/* reserved for future constants */
770 __fs32 fs_reclaim;
771 __fs32 fs_sparecon2[1];
772 __fs32 fs_npsect; /* # sectors/track including spares */
773 __fs32 fs_qbmask[2]; /* ~usb_bmask */
774 __fs32 fs_qfmask[2]; /* ~usb_fmask */
777 __fs32 fs_sparecon[50];/* reserved for future constants */
778 __fs32 fs_contigsumsize;/* size of cluster summary array */
779 __fs32 fs_maxsymlinklen;/* max length of an internal symlink */
780 __fs32 fs_inodefmt; /* format of on-disk inodes */
781 __fs32 fs_maxfilesize[2]; /* max representable file size */
782 __fs32 fs_qbmask[2]; /* ~usb_bmask */
783 __fs32 fs_qfmask[2]; /* ~usb_fmask */
784 __fs32 fs_state; /* file system state time stamp */
787 __fs32 fs_postblformat;
788 __fs32 fs_nrpos;
789 __fs32 fs_postbloff;
790 __fs32 fs_rotbloff;
791 __fs32 fs_magic;