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