Home
last modified time | relevance | path

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

/third_party/e2fsprogs/misc/
De2undo.c57 __le64 super_offset; /* where in the file is the superblock copy? */ member
131 printf("super block:\t%llu\n", ext2fs_le64_to_cpu(hdr->super_offset)); in dump_header()
416 undo_ctx.super_block = ext2fs_le64_to_cpu(undo_ctx.hdr.super_offset); in main()
/third_party/e2fsprogs/lib/ext2fs/
Dundo_io.c91 __le64 super_offset; /* where in the file is the superblock copy? */ member
233 data->hdr.super_offset = ext2fs_cpu_to_le64(data->super_blk_num); in write_undo_indexes()
584 super_block = ext2fs_le64_to_cpu(hdr.super_offset); in try_reopen_undo_file()