Home
last modified time | relevance | path

Searched defs:journal_superblock_s (Results 1 – 2 of 2) sorted by relevance

/linux-3.3/include/linux/
Djbd.h181 typedef struct journal_superblock_s struct
184 journal_header_t s_header;
188 __be32 s_blocksize; /* journal device blocksize */
189 __be32 s_maxlen; /* total blocks in journal file */
190 __be32 s_first; /* first block of log information */
194 __be32 s_sequence; /* first commit ID expected in log */
195 __be32 s_start; /* blocknr of start of log */
199 __be32 s_errno;
203 __be32 s_feature_compat; /* compatible feature set */
204 __be32 s_feature_incompat; /* incompatible feature set */
[all …]
Djbd2.h206 typedef struct journal_superblock_s struct
209 journal_header_t s_header;
213 __be32 s_blocksize; /* journal device blocksize */
214 __be32 s_maxlen; /* total blocks in journal file */
215 __be32 s_first; /* first block of log information */
219 __be32 s_sequence; /* first commit ID expected in log */
220 __be32 s_start; /* blocknr of start of log */
224 __be32 s_errno;
228 __be32 s_feature_compat; /* compatible feature set */
229 __be32 s_feature_incompat; /* incompatible feature set */
[all …]