Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions | Variables
export.c File Reference
#include <linux/fs.h>
#include <linux/vfs.h>
#include <linux/dcache.h>
#include <linux/exportfs.h>
#include <linux/slab.h>
#include "squashfs_fs.h"
#include "squashfs_fs_sb.h"
#include "squashfs_fs_i.h"
#include "squashfs.h"

Go to the source code of this file.

Functions

__le64squashfs_read_inode_lookup_table (struct super_block *sb, u64 lookup_table_start, u64 next_table, unsigned int inodes)
 

Variables

struct export_operations squashfs_export_ops
 

Function Documentation

__le64* squashfs_read_inode_lookup_table ( struct super_block sb,
u64  lookup_table_start,
u64  next_table,
unsigned int  inodes 
)

Definition at line 123 of file export.c.

Variable Documentation

struct export_operations squashfs_export_ops
Initial value:
= {
.fh_to_dentry = squashfs_fh_to_dentry,
.fh_to_parent = squashfs_fh_to_parent,
.get_parent = squashfs_get_parent
}

Definition at line 159 of file export.c.