Home
last modified time | relevance | path

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

/external/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()
/external/kernel-headers/original/uapi/linux/raid/
Dmd_p.h273 __le64 super_offset; /* sector start of this superblock */ member
/external/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()