Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Variables
export.c File Reference
#include <linux/fs.h>
#include <linux/types.h>
#include "ctree.h"
#include "disk-io.h"
#include "btrfs_inode.h"
#include "print-tree.h"
#include "export.h"
#include "compat.h"

Go to the source code of this file.

Macros

#define BTRFS_FID_SIZE_NON_CONNECTABLE
 
#define BTRFS_FID_SIZE_CONNECTABLE
 
#define BTRFS_FID_SIZE_CONNECTABLE_ROOT   (sizeof(struct btrfs_fid) / 4)
 

Variables

struct export_operations btrfs_export_ops
 

Macro Definition Documentation

#define BTRFS_FID_SIZE_CONNECTABLE
Value:

Definition at line 12 of file export.c.

#define BTRFS_FID_SIZE_CONNECTABLE_ROOT   (sizeof(struct btrfs_fid) / 4)

Definition at line 14 of file export.c.

#define BTRFS_FID_SIZE_NON_CONNECTABLE
Value:

Definition at line 10 of file export.c.

Variable Documentation

struct export_operations btrfs_export_ops
Initial value:
= {
.encode_fh = btrfs_encode_fh,
.fh_to_dentry = btrfs_fh_to_dentry,
.fh_to_parent = btrfs_fh_to_parent,
.get_parent = btrfs_get_parent,
.get_name = btrfs_get_name,
}

Definition at line 304 of file export.c.