Searched defs:journal_superblock_s (Results 1 – 1 of 1) sorted by relevance
228 typedef struct journal_superblock_s struct231 journal_header_t s_header;235 __be32 s_blocksize; /* journal device blocksize */236 __be32 s_maxlen; /* total blocks in journal file */237 __be32 s_first; /* first block of log information */241 __be32 s_sequence; /* first commit ID expected in log */242 __be32 s_start; /* blocknr of start of log */246 __be32 s_errno;250 __be32 s_feature_compat; /* compatible feature set */251 __be32 s_feature_incompat; /* incompatible feature set */[all …]