Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
getroot.c File Reference
#include <linux/module.h>
#include <linux/init.h>
#include <linux/time.h>
#include <linux/kernel.h>
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/stat.h>
#include <linux/errno.h>
#include <linux/unistd.h>
#include <linux/sunrpc/clnt.h>
#include <linux/sunrpc/stats.h>
#include <linux/nfs_fs.h>
#include <linux/nfs_mount.h>
#include <linux/lockd/bind.h>
#include <linux/seq_file.h>
#include <linux/mount.h>
#include <linux/vfs.h>
#include <linux/namei.h>
#include <linux/security.h>
#include <asm/uaccess.h>
#include "internal.h"

Go to the source code of this file.

Macros

#define NFSDBG_FACILITY   NFSDBG_CLIENT
 

Functions

struct dentrynfs_get_root (struct super_block *sb, struct nfs_fh *mntfh, const char *devname)
 

Macro Definition Documentation

#define NFSDBG_FACILITY   NFSDBG_CLIENT

Definition at line 37 of file getroot.c.

Function Documentation

struct dentry* nfs_get_root ( struct super_block sb,
struct nfs_fh mntfh,
const char devname 
)
read

Definition at line 71 of file getroot.c.