Home | History | Annotate | Download | only in linux

Lines Matching refs:__be32

26 	__be32		fs_size;        /* size of filesystem, in sectors */
27 __be32 fs_firstcg; /* bb offset to first cg */
28 __be32 fs_cgfsize; /* size of cylinder group in bb's */
34 __be32 fs_time; /* last super-block update */
35 __be32 fs_magic; /* magic number */
38 __be32 fs_bmsize; /* size of bitmap in bytes */
39 __be32 fs_tfree; /* total free data blocks */
40 __be32 fs_tinode; /* total free inodes */
41 __be32 fs_bmblock; /* bitmap location. */
42 __be32 fs_replsb; /* Location of replicated superblock. */
43 __be32 fs_lastialloc; /* last allocated inode */
45 __be32 fs_checksum; /* checksum of volume portion of fs */