|
Linux Kernel
3.7.1
|
#include <linux/slab.h>#include <linux/namei.h>#include <linux/ctype.h>#include <linux/sunrpc/svcsock.h>#include <linux/lockd/lockd.h>#include <linux/sunrpc/clnt.h>#include <linux/sunrpc/gss_api.h>#include <linux/sunrpc/gss_krb5_enctypes.h>#include <linux/sunrpc/rpc_pipe_fs.h>#include <linux/module.h>#include "idmap.h"#include "nfsd.h"#include "cache.h"#include "fault_inject.h"#include "netns.h"Go to the source code of this file.
Enumerations | |
| enum | { NFSD_Root = 1, NFSD_List, NFSD_Export_features, NFSD_Fh, NFSD_FO_UnlockIP, NFSD_FO_UnlockFS, NFSD_Threads, NFSD_Pool_Threads, NFSD_Pool_Stats, NFSD_Versions, NFSD_Ports, NFSD_MaxBlkSize, NFSD_SupportedEnctypes } |
Functions | |
| int | nfsd_pool_stats_open (struct inode *inode, struct file *file) |
| int | nfsd_pool_stats_release (struct inode *inode, struct file *file) |
| MODULE_AUTHOR ("Olaf Kirch <[email protected]>") | |
| MODULE_LICENSE ("GPL") | |
Variables | |
| int | nfsd_max_blksize |
| int | nfsd_net_id |
| anonymous enum |
| MODULE_AUTHOR | ( | "Olaf Kirch <[email protected]>" | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
1.8.2