Searched defs:journal_superblock_t (Results 1 – 2 of 2) sorted by relevance
58 struct journal_superblock_t { struct60 struct journal_header_t s_header;63 __be32 s_blocksize; /* journal device blocksize */64 __be32 s_maxlen; /* total blocks in journal file */65 __be32 s_first; /* first block of log information */68 __be32 s_sequence; /* first commit ID expected in log */69 __be32 s_start; /* blocknr of start of log */72 __be32 s_errno;75 __be32 s_feature_compat; /* compatible feature set */76 __be32 s_feature_incompat; /* incompatible feature set */[all …]
248 } journal_superblock_t; typedef