Lines Matching refs:__be32
135 __be32 h_magic;
136 __be32 h_blocktype;
137 __be32 h_sequence;
170 __be32 h_magic;
171 __be32 h_blocktype;
172 __be32 h_sequence;
176 __be32 h_chksum[JBD2_CHECKSUM_BYTES];
178 __be32 h_commit_nsec;
189 __be32 t_blocknr; /* The on-disk block number */
190 __be32 t_flags; /* See below */
191 __be32 t_blocknr_high; /* most-significant high 32bits. */
192 __be32 t_checksum; /* crc32c(uuid+seq+block) */
197 __be32 t_blocknr; /* The on-disk block number */
200 __be32 t_blocknr_high; /* most-significant high 32bits. */
205 __be32 t_checksum; /* crc32c(uuid+descr_block) */
215 __be32 r_count; /* Count of bytes used in the block */
220 __be32 r_checksum; /* crc32c(uuid+revoke_block) */
240 __be32 s_blocksize; /* journal device blocksize */
241 __be32 s_maxlen; /* total blocks in journal file */
242 __be32 s_first; /* first block of log information */
246 __be32 s_sequence; /* first commit ID expected in log */
247 __be32 s_start; /* blocknr of start of log */
251 __be32 s_errno;
255 __be32 s_feature_compat; /* compatible feature set */
256 __be32 s_feature_incompat; /* incompatible feature set */
257 __be32 s_feature_ro_compat; /* readonly-compatible feature set */
262 __be32 s_nr_users; /* Nr of filesystems sharing log */
264 __be32 s_dynsuper; /* Blocknr of dynamic superblock copy*/
267 __be32 s_max_transaction; /* Limit of journal blocks per trans.*/
268 __be32 s_max_trans_data; /* Limit of data blocks per trans. */
274 __be32 s_checksum; /* crc32c(superblock) */