Home
last modified time | relevance | path

Searched refs:header_crc (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/misc/
De2undo.c69 __le32 header_crc; /* crc32c of the header (but not this field) */ member
136 printf("header crc:\t0x%x\n", ext2fs_le32_to_cpu(hdr->header_crc)); in dump_header()
389 if (!force && ext2fs_le32_to_cpu(undo_ctx.hdr.header_crc) != hdr_crc) { in main()
/external/e2fsprogs/lib/ext2fs/
Dundo_io.c103 __le32 header_crc; /* crc32c of this header (but not this field) */ member
244 sizeof(data->hdr.header_crc)); in write_undo_indexes()
245 data->hdr.header_crc = ext2fs_cpu_to_le32(hdr_crc); in write_undo_indexes()
576 if (ext2fs_le32_to_cpu(hdr.header_crc) != hdr_crc) in try_reopen_undo_file()