get_nr_files
if (unlikely(get_nr_files() >= files_stat.max_files) &&
if (get_nr_files() > old_max) {
old_max = get_nr_files();