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

/linux-master/fs/
H A Dfile_table.c88 unsigned long get_max_files(void) function
92 EXPORT_SYMBOL_GPL(get_max_files); variable
219 pr_info("VFS: file-max limit %lu reached\n", get_max_files());
/linux-master/fs/smb/server/
H A Dvfs_cache.c36 limit = min(limit, get_max_files());
/linux-master/include/linux/
H A Dfs.h86 extern unsigned long get_max_files(void);
/linux-master/net/unix/
H A Daf_unix.c959 if (atomic_long_read(&unix_nr_socks) > 2 * get_max_files()) {

Completed in 192 milliseconds