Home
last modified time | relevance | path

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

/linux-3.4.99/fs/
Dfile_table.c71 unsigned long get_max_files(void) in get_max_files() function
75 EXPORT_SYMBOL_GPL(get_max_files);
143 pr_info("VFS: file-max limit %lu reached\n", get_max_files()); in get_empty_filp()
/linux-3.4.99/include/linux/
Dfs.h426 extern unsigned long get_max_files(void);
/linux-3.4.99/net/unix/
Daf_unix.c627 if (atomic_long_read(&unix_nr_socks) > 2 * get_max_files()) in unix_create1()