#ifndef __NFSD_NETNS_H__
#define __NFSD_NETNS_H__
#include <net/net_namespace.h>
#include <net/netns/generic.h>
#include <linux/filelock.h>
#include <linux/nfs4.h>
#include <linux/percpu_counter.h>
#include <linux/siphash.h>
#include <linux/sunrpc/stats.h>
#define CLIENT_HASH_BITS …
#define CLIENT_HASH_SIZE …
#define CLIENT_HASH_MASK …
#define SESSION_HASH_SIZE …
struct cld_net;
struct nfsd4_client_tracking_ops;
enum { … };
struct nfsd_net { … };
#define nfsd_netns_ready(nn) …
extern bool nfsd_support_version(int vers);
extern void nfsd_netns_free_versions(struct nfsd_net *nn);
extern unsigned int nfsd_net_id;
void nfsd_copy_write_verifier(__be32 verf[2], struct nfsd_net *nn);
void nfsd_reset_write_verifier(struct nfsd_net *nn);
#endif