Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Djbd.h177 typedef struct journal_superblock_s struct
180 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 …]
Djbd2.h232 typedef struct journal_superblock_s struct
235 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 …]