Home
last modified time | relevance | path

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

/linux-6.12.1/fs/
Dfile_table.c88 unsigned long get_max_files(void) in get_max_files() function
92 EXPORT_SYMBOL_GPL(get_max_files);
226 pr_info("VFS: file-max limit %lu reached\n", get_max_files()); in alloc_empty_file()
/linux-6.12.1/fs/smb/server/
Dvfs_cache.c43 limit = min(limit, get_max_files()); in ksmbd_set_fd_limit()
/linux-6.12.1/include/linux/
Dfs.h88 extern unsigned long get_max_files(void);
/linux-6.12.1/net/unix/
Daf_unix.c1016 if (atomic_long_read(&unix_nr_socks) > 2 * get_max_files()) { in unix_create1()