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

Go to the source code of this file.

Functions

struct dentryefs_lookup (struct inode *dir, struct dentry *dentry, unsigned int flags)
 
struct dentryefs_fh_to_dentry (struct super_block *sb, struct fid *fid, int fh_len, int fh_type)
 
struct dentryefs_fh_to_parent (struct super_block *sb, struct fid *fid, int fh_len, int fh_type)
 
struct dentryefs_get_parent (struct dentry *child)
 

Function Documentation

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

Definition at line 92 of file namei.c.

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

Definition at line 99 of file namei.c.

struct dentry* efs_get_parent ( struct dentry child)
read

Definition at line 106 of file namei.c.

struct dentry* efs_lookup ( struct inode dir,
struct dentry dentry,
unsigned int  flags 
)
read

Definition at line 61 of file namei.c.