Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Djbd2.h225 typedef struct journal_superblock_s struct
228 journal_header_t s_header;
232 __be32 s_blocksize; /* journal device blocksize */
233 __be32 s_maxlen; /* total blocks in journal file */
234 __be32 s_first; /* first block of log information */
238 __be32 s_sequence; /* first commit ID expected in log */
239 __be32 s_start; /* blocknr of start of log */
243 __be32 s_errno;
247 __be32 s_feature_compat; /* compatible feature set */
248 __be32 s_feature_incompat; /* incompatible feature set */
[all …]