Home
last modified time | relevance | path

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

/fs/
Dfile_table.c64 static long get_nr_files(void) in get_nr_files() function
85 files_stat.nr_files = get_nr_files(); in proc_nr_files()
116 if (get_nr_files() >= files_stat.max_files && !capable(CAP_SYS_ADMIN)) { in get_empty_filp()
147 if (get_nr_files() > old_max) { in get_empty_filp()
149 old_max = get_nr_files(); in get_empty_filp()