Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
export.c File Reference
#include "isofs.h"

Go to the source code of this file.

Data Structures

struct  isofs_fid
 

Variables

struct export_operations isofs_export_ops
 

Variable Documentation

struct export_operations isofs_export_ops
Initial value:
= {
.encode_fh = isofs_export_encode_fh,
.fh_to_dentry = isofs_fh_to_dentry,
.fh_to_parent = isofs_fh_to_parent,
.get_parent = isofs_export_get_parent,
}

Definition at line 187 of file export.c.