Searched defs:journal_superblock_s (Results 1 – 2 of 2) 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 */
170 typedef struct journal_superblock_s struct173 journal_header_t s_header;177 __u32 s_blocksize; /* journal device blocksize */178 __u32 s_maxlen; /* total blocks in journal file */179 __u32 s_first; /* first block of log information */183 __u32 s_sequence; /* first commit ID expected in log */184 __u32 s_start; /* blocknr of start of log */188 __s32 s_errno;192 __u32 s_feature_compat; /* compatible feature set */193 __u32 s_feature_incompat; /* incompatible feature set */[all …]