Lines Matching refs:jsuper
282 struct ext2_super_block jsuper; in e2fsck_get_journal() local
457 memcpy(&jsuper, start ? bh->b_data : bh->b_data + SUPERBLOCK_OFFSET, in e2fsck_get_journal()
458 sizeof(jsuper)); in e2fsck_get_journal()
460 if (jsuper.s_magic == ext2fs_swab16(EXT2_SUPER_MAGIC)) in e2fsck_get_journal()
461 ext2fs_swap_super(&jsuper); in e2fsck_get_journal()
463 if (jsuper.s_magic != EXT2_SUPER_MAGIC || in e2fsck_get_journal()
464 !ext2fs_has_feature_journal_dev(&jsuper)) { in e2fsck_get_journal()
471 if (memcmp(jsuper.s_uuid, ctx->fs->super->s_journal_uuid, in e2fsck_get_journal()
472 sizeof(jsuper.s_uuid))) { in e2fsck_get_journal()
480 if (ext2fs_has_feature_metadata_csum(&jsuper)) { in e2fsck_get_journal()
499 maxlen = ext2fs_blocks_count(&jsuper); in e2fsck_get_journal()