Lines Matching refs:should_be
478 blk64_t should_be; in check_super_block() local
562 should_be = (sb->s_log_block_size == 0 && in check_super_block()
564 if (sb->s_first_data_block != should_be) { in check_super_block()
566 pctx.blk2 = should_be; in check_super_block()
572 should_be = sb->s_inodes_per_group * fs->group_desc_count; in check_super_block()
573 if (sb->s_inodes_count != should_be) { in check_super_block()
575 pctx.ino2 = should_be; in check_super_block()
577 sb->s_inodes_count = should_be; in check_super_block()
649 should_be = 0; in check_super_block()
657 should_be = 1; in check_super_block()
670 should_be = 1; in check_super_block()
679 should_be = 1; in check_super_block()
690 should_be = 1; in check_super_block()
695 if (should_be) in check_super_block()