Searched refs:write_maxconn (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfsctl.c | 72 static ssize_t write_maxconn(struct file *file, char *buf, size_t size); 89 [NFSD_MaxConnections] = write_maxconn, 924 * write_maxconn - Set or report the current max number of connections 943 static ssize_t write_maxconn(struct file *file, char *buf, size_t size) in write_maxconn() function
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfsctl.c | 74 static ssize_t write_maxconn(struct file *file, char *buf, size_t size); 91 [NFSD_MaxConnections] = write_maxconn, 895 * write_maxconn - Set or report the current max number of connections 914 static ssize_t write_maxconn(struct file *file, char *buf, size_t size) in write_maxconn() function
|
Completed in 5 milliseconds