Lines Matching defs:__fs64

41 typedef __u64 __bitwise __fs64;
311 __fs64 cs_ndir; /* number of directories */
312 __fs64 cs_nbfree; /* number of free blocks */
313 __fs64 cs_nifree; /* number of free inodes */
314 __fs64 cs_nffree; /* number of free frags */
315 __fs64 cs_numclusters; /* number of free clusters */
316 __fs64 cs_spare[3]; /* future expansion */
440 __fs64 fs_swuid; /* system-wide uid */
450 __fs64 fs_sparecon64[17];/*old rotation block list head */
451 __fs64 fs_sblockloc; /* byte offset of standard superblock */
454 __fs64 fs_size; /* number of blocks in fs */
455 __fs64 fs_dsize; /* number of data blocks in fs */
456 __fs64 fs_csaddr; /* blk addr of cyl grp summary area */
457 __fs64 fs_pendingblocks;/* blocks in process of being freed */
569 __fs64 cg_time; /* time last written */
570 __fs64 cg_sparecon[3]; /* reserved for future use */
614 __fs64 ui_size; /* 0x8 */
657 __fs64 ui_size; /* 16: File byte count. */
658 __fs64 ui_blocks; /* 24: Bytes actually held. */
659 __fs64 ui_atime; /* 32: Last access time. */
660 __fs64 ui_mtime; /* 40: Last modified time. */
661 __fs64 ui_ctime; /* 48: Last inode change time. */
662 __fs64 ui_birthtime; /* 56: Inode creation time. */
671 __fs64 ui_extb[UFS_NXADDR];/* 96: External attributes block. */
674 __fs64 ui_db[UFS_NDADDR]; /* 112: Direct disk blocks. */
675 __fs64 ui_ib[UFS_NINDIR];/* 208: Indirect disk blocks.*/
679 __fs64 ui_spare[3]; /* 232: Reserved; currently unused */
890 __fs64 fs_swuid;
900 __fs64 fs_sparecon64[17];
901 __fs64 fs_sblockloc;
902 __fs64 cs_ndir;
903 __fs64 cs_nbfree;
914 __fs64 cs_nifree; /* number of free inodes */
915 __fs64 cs_nffree; /* number of free frags */
916 __fs64 cs_numclusters; /* number of free clusters */
917 __fs64 cs_spare[3]; /* future expansion */
919 __fs64 fs_size; /* number of blocks in fs */
920 __fs64 fs_dsize; /* number of data blocks in fs */
921 __fs64 fs_csaddr; /* blk addr of cyl grp summary area */
922 __fs64 fs_pendingblocks;/* blocks in process of being freed */