Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
nfs.c File Reference
#include <linux/exportfs.h>
#include "fat.h"

Go to the source code of this file.

Functions

struct dentryfat_fh_to_dentry (struct super_block *sb, struct fid *fid, int fh_len, int fh_type)
 
struct dentryfat_fh_to_parent (struct super_block *sb, struct fid *fid, int fh_len, int fh_type)
 
struct dentryfat_get_parent (struct dentry *child_dir)
 

Function Documentation

struct dentry* fat_fh_to_dentry ( struct super_block sb,
struct fid fid,
int  fh_len,
int  fh_type 
)
read

Map a NFS file handle to a corresponding dentry. The dentry may or may not be connected to the filesystem root.

Definition at line 63 of file nfs.c.

struct dentry* fat_fh_to_parent ( struct super_block sb,
struct fid fid,
int  fh_len,
int  fh_type 
)
read

Definition at line 74 of file nfs.c.

struct dentry* fat_get_parent ( struct dentry child_dir)
read

Definition at line 87 of file nfs.c.