get_max_files      76 fs/file_table.c EXPORT_SYMBOL_GPL(get_max_files);
get_max_files     160 fs/file_table.c 		pr_info("VFS: file-max limit %lu reached\n", get_max_files());
get_max_files      78 include/linux/fs.h extern unsigned long get_max_files(void);
get_max_files     770 net/unix/af_unix.c 	if (atomic_long_read(&unix_nr_socks) > 2 * get_max_files())