Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/linux/
Djbd.h178 typedef struct journal_superblock_s struct
181 journal_header_t s_header;
185 __u32 s_blocksize; /* journal device blocksize */
186 __u32 s_maxlen; /* total blocks in journal file */
187 __u32 s_first; /* first block of log information */
191 __u32 s_sequence; /* first commit ID expected in log */
192 __u32 s_start; /* blocknr of start of log */
196 __s32 s_errno;
200 __u32 s_feature_compat; /* compatible feature set */
201 __u32 s_feature_incompat; /* incompatible feature set */
[all …]