Searched defs:journal_superblock_s (Results 1 – 2 of 2) sorted by relevance
177 typedef struct journal_superblock_s struct180 journal_header_t s_header;184 __be32 s_blocksize; /* journal device blocksize */185 __be32 s_maxlen; /* total blocks in journal file */186 __be32 s_first; /* first block of log information */190 __be32 s_sequence; /* first commit ID expected in log */191 __be32 s_start; /* blocknr of start of log */195 __be32 s_errno;199 __be32 s_feature_compat; /* compatible feature set */200 __be32 s_feature_incompat; /* incompatible feature set */[all …]
232 typedef struct journal_superblock_s struct235 journal_header_t s_header;239 __be32 s_blocksize; /* journal device blocksize */240 __be32 s_maxlen; /* total blocks in journal file */241 __be32 s_first; /* first block of log information */245 __be32 s_sequence; /* first commit ID expected in log */246 __be32 s_start; /* blocknr of start of log */250 __be32 s_errno;254 __be32 s_feature_compat; /* compatible feature set */255 __be32 s_feature_incompat; /* incompatible feature set */[all …]