Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
export_operations Struct Reference

#include <exportfs.h>

Data Fields

int(* encode_fh )(struct inode *inode, __u32 *fh, int *max_len, struct inode *parent)
 
struct dentry *(* fh_to_dentry )(struct super_block *sb, struct fid *fid, int fh_len, int fh_type)
 
struct dentry *(* fh_to_parent )(struct super_block *sb, struct fid *fid, int fh_len, int fh_type)
 
int(* get_name )(struct dentry *parent, char *name, struct dentry *child)
 
struct dentry *(* get_parent )(struct dentry *child)
 
int(* commit_metadata )(struct inode *inode)
 

Detailed Description

Definition at line 167 of file exportfs.h.

Field Documentation

int(* commit_metadata)(struct inode *inode)

Definition at line 177 of file exportfs.h.

int(* encode_fh)(struct inode *inode, __u32 *fh, int *max_len, struct inode *parent)

Definition at line 168 of file exportfs.h.

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

Definition at line 170 of file exportfs.h.

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

Definition at line 172 of file exportfs.h.

Definition at line 174 of file exportfs.h.

struct dentry*(* get_parent)(struct dentry *child)
read

Definition at line 176 of file exportfs.h.


The documentation for this struct was generated from the following file: