• 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 defs:__fs64

39 typedef __u64 __bitwise __fs64;
309 __fs64 cs_ndir; /* number of directories */
310 __fs64 cs_nbfree; /* number of free blocks */
311 __fs64 cs_nifree; /* number of free inodes */
312 __fs64 cs_nffree; /* number of free frags */
313 __fs64 cs_numclusters; /* number of free clusters */
314 __fs64 cs_spare[3]; /* future expansion */
408 __fs64 cg_time; /* time last written */
409 __fs64 cg_sparecon[3]; /* reserved for future use */
453 __fs64 ui_size; /* 0x8 */
496 __fs64 ui_size; /* 16: File byte count. */
497 __fs64 ui_blocks; /* 24: Bytes actually held. */
498 __fs64 ui_atime; /* 32: Last access time. */
499 __fs64 ui_mtime; /* 40: Last modified time. */
500 __fs64 ui_ctime; /* 48: Last inode change time. */
501 __fs64 ui_birthtime; /* 56: Inode creation time. */
510 __fs64 ui_extb[UFS_NXADDR];/* 96: External attributes block. */
513 __fs64 ui_db[UFS_NDADDR]; /* 112: Direct disk blocks. */
514 __fs64 ui_ib[UFS_NINDIR];/* 208: Indirect disk blocks.*/
518 __fs64 ui_spare[3]; /* 232: Reserved; currently unused */
728 __fs64 fs_swuid;
738 __fs64 fs_sparecon64[17];
739 __fs64 fs_sblockloc;
740 __fs64 cs_ndir;
741 __fs64 cs_nbfree;
752 __fs64 cs_nifree; /* number of free inodes */
753 __fs64 cs_nffree; /* number of free frags */
754 __fs64 cs_numclusters; /* number of free clusters */
755 __fs64 cs_spare[3]; /* future expansion */
757 __fs64 fs_size; /* number of blocks in fs */
758 __fs64 fs_dsize; /* number of data blocks in fs */
759 __fs64 fs_csaddr; /* blk addr of cyl grp summary area */
760 __fs64 fs_pendingblocks;/* blocks in process of being freed */