Home | History | Annotate | Download | only in e2fsck

Lines Matching defs:should_be

469 	blk_t	should_be;
552 should_be = sb->s_frags_per_group >>
554 if (sb->s_blocks_per_group != should_be) {
556 pctx.blk2 = should_be;
562 should_be = (sb->s_log_block_size == 0) ? 1 : 0;
563 if (sb->s_first_data_block != should_be) {
565 pctx.blk2 = should_be;
571 should_be = sb->s_inodes_per_group * fs->group_desc_count;
572 if (sb->s_inodes_count != should_be) {
574 pctx.ino2 = should_be;
576 sb->s_inodes_count = should_be;
637 should_be = 0;
643 should_be = 1;
655 should_be = 1;
664 should_be = 1;
673 should_be = 1;
684 should_be = 1;
689 if (should_be)