Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Variables
btrfs_inode.h File Reference
#include "extent_map.h"
#include "extent_io.h"
#include "ordered-data.h"
#include "delayed-inode.h"

Go to the source code of this file.

Data Structures

struct  btrfs_inode
 

Macros

#define BTRFS_INODE_ORDERED_DATA_CLOSE   0
 
#define BTRFS_INODE_ORPHAN_META_RESERVED   1
 
#define BTRFS_INODE_DUMMY   2
 
#define BTRFS_INODE_IN_DEFRAG   3
 
#define BTRFS_INODE_DELALLOC_META_RESERVED   4
 
#define BTRFS_INODE_HAS_ORPHAN_ITEM   5
 
#define BTRFS_INODE_HAS_ASYNC_EXTENT   6
 
#define BTRFS_INODE_NEEDS_FULL_SYNC   7
 

Variables

unsigned char btrfs_filetype_table []
 

Macro Definition Documentation

#define BTRFS_INODE_DELALLOC_META_RESERVED   4

Definition at line 38 of file btrfs_inode.h.

#define BTRFS_INODE_DUMMY   2

Definition at line 36 of file btrfs_inode.h.

#define BTRFS_INODE_HAS_ASYNC_EXTENT   6

Definition at line 40 of file btrfs_inode.h.

#define BTRFS_INODE_HAS_ORPHAN_ITEM   5

Definition at line 39 of file btrfs_inode.h.

#define BTRFS_INODE_IN_DEFRAG   3

Definition at line 37 of file btrfs_inode.h.

#define BTRFS_INODE_NEEDS_FULL_SYNC   7

Definition at line 41 of file btrfs_inode.h.

#define BTRFS_INODE_ORDERED_DATA_CLOSE   0

Definition at line 34 of file btrfs_inode.h.

#define BTRFS_INODE_ORPHAN_META_RESERVED   1

Definition at line 35 of file btrfs_inode.h.

Variable Documentation

unsigned char btrfs_filetype_table[]

Definition at line 4309 of file inode.c.