#include <linux/dcache.h>
#include <linux/exportfs.h>
#include <linux/nfs.h>
#include <linux/nfs_fs.h>
#include "internal.h"
#include "nfstrace.h"
#define NFSDBG_FACILITY …
enum { … };
static struct nfs_fh *nfs_exp_embedfh(__u32 *p)
{ … }
static int
nfs_encode_fh(struct inode *inode, __u32 *p, int *max_len, struct inode *parent)
{ … }
static struct dentry *
nfs_fh_to_dentry(struct super_block *sb, struct fid *fid,
int fh_len, int fh_type)
{ … }
static struct dentry *
nfs_get_parent(struct dentry *dentry)
{ … }
const struct export_operations nfs_export_ops = …;