Searched refs:get_nr_files (Results 1 – 1 of 1) sorted by relevance
66 static long get_nr_files(void) in get_nr_files() function88 files_stat.nr_files = get_nr_files(); in proc_nr_files()179 if (get_nr_files() >= files_stat.max_files && !capable(CAP_SYS_ADMIN)) { in alloc_empty_file()196 if (get_nr_files() > old_max) { in alloc_empty_file()198 old_max = get_nr_files(); in alloc_empty_file()
Completed in 3 milliseconds