Home
last modified time | relevance | path

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

/u-boot/fs/ext4/
A Dext4_journal.h60 struct journal_superblock_t { struct
62 struct journal_header_t s_header;
65 __be32 s_blocksize; /* journal device blocksize */
66 __be32 s_maxlen; /* total blocks in journal file */
67 __be32 s_first; /* first block of log information */
71 __be32 s_start; /* blocknr of start of log */
74 __be32 s_errno;
77 __be32 s_feature_compat; /* compatible feature set */
81 __u8 s_uuid[16]; /* 128-bit uuid for journal */
84 __be32 s_nr_users; /* Nr of filesystems sharing log */
[all …]

Completed in 4 milliseconds