Lines Matching refs:__be32
134 __be32 h_magic;
135 __be32 h_blocktype;
136 __be32 h_sequence;
169 __be32 h_magic;
170 __be32 h_blocktype;
171 __be32 h_sequence;
175 __be32 h_chksum[JBD2_CHECKSUM_BYTES];
177 __be32 h_commit_nsec;
188 __be32 t_blocknr; /* The on-disk block number */
189 __be32 t_flags; /* See below */
190 __be32 t_blocknr_high; /* most-significant high 32bits. */
191 __be32 t_checksum; /* crc32c(uuid+seq+block) */
196 __be32 t_blocknr; /* The on-disk block number */
199 __be32 t_blocknr_high; /* most-significant high 32bits. */
204 __be32 t_checksum; /* crc32c(uuid+descr_block) */
214 __be32 r_count; /* Count of bytes used in the block */
219 __be32 r_checksum; /* crc32c(uuid+revoke_block) */
239 __be32 s_blocksize; /* journal device blocksize */
240 __be32 s_maxlen; /* total blocks in journal file */
241 __be32 s_first; /* first block of log information */
245 __be32 s_sequence; /* first commit ID expected in log */
246 __be32 s_start; /* blocknr of start of log */
250 __be32 s_errno;
254 __be32 s_feature_compat; /* compatible feature set */
255 __be32 s_feature_incompat; /* incompatible feature set */
256 __be32 s_feature_ro_compat; /* readonly-compatible feature set */
261 __be32 s_nr_users; /* Nr of filesystems sharing log */
263 __be32 s_dynsuper; /* Blocknr of dynamic superblock copy*/
266 __be32 s_max_transaction; /* Limit of journal blocks per trans.*/
267 __be32 s_max_trans_data; /* Limit of data blocks per trans. */
273 __be32 s_checksum; /* crc32c(superblock) */