Home
last modified time | relevance | path

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

/external/e2fsprogs/misc/
De2undo.c304 struct undo_context undo_ctx; in main() local
370 &undo_ctx.undo_file); in main()
376 retval = io_channel_read_blk64(undo_ctx.undo_file, 0, in main()
377 -(int)sizeof(undo_ctx.hdr), in main()
378 &undo_ctx.hdr); in main()
383 if (memcmp(undo_ctx.hdr.magic, E2UNDO_MAGIC, in main()
384 sizeof(undo_ctx.hdr.magic))) { in main()
389 dump_header(&undo_ctx.hdr); in main()
392 hdr_crc = ext2fs_crc32c_le(~0, (unsigned char *)&undo_ctx.hdr, in main()
395 if (!force && ext2fs_le32_to_cpu(undo_ctx.hdr.header_crc) != hdr_crc) { in main()
[all …]