Lines Matching defs:reiserfs_super_block
33 struct reiserfs_super_block struct
35 __u32 s_block_count; /* blocks count */
36 __u32 s_free_blocks; /* free blocks count */
37 __u32 s_root_block; /* root block number */
38 __u32 s_journal_block; /* journal block number */
39 __u32 s_journal_dev; /* journal device number */
40 …_journal_size; /* size of the journal on FS creation. used to make sure they don't overflow it */
41 __u32 s_journal_trans_max; /* max number of blocks in a transaction. */
42 __u32 s_journal_magic; /* random value made on fs creation */
43 __u32 s_journal_max_batch; /* max number of blocks to batch into a trans */
44 __u32 s_journal_max_commit_age; /* in seconds, how old can an async commit be */
45 __u32 s_journal_max_trans_age; /* in seconds, how old can a transaction be */
46 __u16 s_blocksize; /* block size */
47 __u16 s_oid_maxsize; /* max size of object id array */
48 __u16 s_oid_cursize; /* current size of object id array */
49 __u16 s_state; /* valid or error */
50 char s_magic[16]; /* reiserfs magic string indicates that file system is reiserfs */
51 __u16 s_tree_height; /* height of disk tree */
52 __u16 s_bmap_nr; /* amount of bitmap blocks needed to address each block of file system */
53 __u16 s_version;
54 char s_unused[128]; /* zero filled by mkreiserfs */