Searched defs:journal_superblock_s (Results 1 – 3 of 3) sorted by relevance
50 typedef struct journal_superblock_s struct52 journal_header_t s_header;55 __u32 s_blocksize; /* journal device blocksize */56 __u32 s_maxlen; /* total blocks in journal file */57 __u32 s_first; /* first block of log information */60 __u32 s_sequence; /* first commit ID expected in log */61 __u32 s_start; /* blocknr of start of log */
142 typedef struct journal_superblock_s struct145 journal_header_t s_header;149 __u32 s_blocksize; /* journal device blocksize */150 __u32 s_maxlen; /* total blocks in journal file */151 __u32 s_first; /* first block of log information */155 __u32 s_sequence; /* first commit ID expected in log */156 __u32 s_start; /* blocknr of start of log */160 __s32 s_errno;164 __u32 s_feature_compat; /* compatible feature set */165 __u32 s_feature_incompat; /* incompatible feature set */[all …]
182 typedef struct journal_superblock_s struct185 journal_header_t s_header;189 __be32 s_blocksize; /* journal device blocksize */190 __be32 s_maxlen; /* total blocks in journal file */191 __be32 s_first; /* first block of log information */195 __be32 s_sequence; /* first commit ID expected in log */196 __be32 s_start; /* blocknr of start of log */200 __be32 s_errno;204 __be32 s_feature_compat; /* compatible feature set */205 __be32 s_feature_incompat; /* incompatible feature set */[all …]