es_stats_shrunk  1522 fs/ext4/extents_status.c 	if (likely(es_stats->es_stats_shrunk))
es_stats_shrunk  1523 fs/ext4/extents_status.c 		es_stats->es_stats_shrunk = (nr_shrunk +
es_stats_shrunk  1524 fs/ext4/extents_status.c 				es_stats->es_stats_shrunk*3) / 4;
es_stats_shrunk  1526 fs/ext4/extents_status.c 		es_stats->es_stats_shrunk = nr_shrunk;
es_stats_shrunk  1597 fs/ext4/extents_status.c 	seq_printf(seq, "  %lu shrunk objects\n", es_stats->es_stats_shrunk);
es_stats_shrunk  1617 fs/ext4/extents_status.c 	sbi->s_es_stats.es_stats_shrunk = 0;
es_stats_shrunk    72 fs/ext4/extents_status.h 	unsigned long es_stats_shrunk;