Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Djbd2.h226 typedef struct journal_superblock_s struct
229 journal_header_t s_header;
233 __be32 s_blocksize; /* journal device blocksize */
234 __be32 s_maxlen; /* total blocks in journal file */
240 __be32 s_start; /* blocknr of start of log */
244 __be32 s_errno;
252 __u8 s_uuid[16]; /* 128-bit uuid for journal */
264 __u8 s_checksum_type; /* checksum type */
265 __u8 s_padding2[3];
271 __u32 s_padding[40];
[all …]