Home
last modified time | relevance | path

Searched refs:get_nr_files (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/
H A Dfile_table.c83 static long get_nr_files(void) in get_nr_files() function
105 files_stat.nr_files = get_nr_files(); in proc_nr_files()
224 if (unlikely(get_nr_files() >= files_stat.max_files) && in alloc_empty_file()
250 if (get_nr_files() > old_max) { in alloc_empty_file()
252 old_max = get_nr_files(); in alloc_empty_file()