Home | History | Annotate | Download | only in extlinux

Lines Matching full:__fs64

38 typedef uint64_t __fs64;
139 __fs64 cs_ndir; /* number of directories */
140 __fs64 cs_nbfree; /* number of free blocks */
141 __fs64 cs_nifree; /* number of free inodes */
142 __fs64 cs_nffree; /* number of free frags */
143 __fs64 cs_numclusters; /* number of free clusters */
144 __fs64 cs_spare[3]; /* future expansion */
250 __fs64 fs_swuid; /* system-wide uid */
260 __fs64 fs_sparecon64[17];/*old rotation block list head */
261 __fs64 fs_sblockloc; /* byte offset of standard superblock */
264 __fs64 fs_size; /* number of blocks in fs */
265 __fs64 fs_dsize; /* number of data blocks in fs */
266 __fs64 fs_csaddr; /* blk addr of cyl grp summary area */
267 __fs64 fs_pendingblocks;/* blocks in process of being freed */