Lines Matching defs:header
343 journal_header_t *header;
348 /* First, check to see if there's an ext2 superblock header */
367 fprintf(out_file, "Ext2 superblock header found.\n");
407 header = (journal_header_t *) buf;
409 magic = be32_to_cpu(header->h_magic);
410 sequence = be32_to_cpu(header->h_sequence);
411 blocktype = be32_to_cpu(header->h_blocktype);
528 journal_revoke_header_t *header;
535 header = (journal_revoke_header_t *) buf;
537 max = be32_to_cpu(header->r_count);