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

/linux-4.4.14/fs/
H A Dfile_table.c61 static long get_nr_files(void) get_nr_files() function
82 files_stat.nr_files = get_nr_files(); proc_nr_files()
113 if (get_nr_files() >= files_stat.max_files && !capable(CAP_SYS_ADMIN)) { get_empty_filp()
144 if (get_nr_files() > old_max) { get_empty_filp()
146 old_max = get_nr_files(); get_empty_filp()

Completed in 101 milliseconds