Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
nfs4namespace.c File Reference
#include <linux/dcache.h>
#include <linux/mount.h>
#include <linux/namei.h>
#include <linux/nfs_fs.h>
#include <linux/slab.h>
#include <linux/string.h>
#include <linux/sunrpc/clnt.h>
#include <linux/vfs.h>
#include <linux/inet.h>
#include "internal.h"
#include "nfs4_fs.h"
#include "dns_resolve.h"

Go to the source code of this file.

Macros

#define NFSDBG_FACILITY   NFSDBG_VFS
 

Functions

rpc_authflavor_t nfs_find_best_sec (struct nfs4_secinfo_flavors *flavors)
 
struct rpc_clntnfs4_create_sec_client (struct rpc_clnt *clnt, struct inode *inode, struct qstr *name)
 
struct vfsmountnfs4_submount (struct nfs_server *server, struct dentry *dentry, struct nfs_fh *fh, struct nfs_fattr *fattr)
 

Macro Definition Documentation

#define NFSDBG_FACILITY   NFSDBG_VFS

Definition at line 23 of file nfs4namespace.c.

Function Documentation

struct rpc_clnt* nfs4_create_sec_client ( struct rpc_clnt clnt,
struct inode inode,
struct qstr name 
)
read

Definition at line 193 of file nfs4namespace.c.

struct vfsmount* nfs4_submount ( struct nfs_server server,
struct dentry dentry,
struct nfs_fh fh,
struct nfs_fattr fattr 
)
read

Definition at line 363 of file nfs4namespace.c.

rpc_authflavor_t nfs_find_best_sec ( struct nfs4_secinfo_flavors *  flavors)

Definition at line 136 of file nfs4namespace.c.