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

#include <ordered-data.h>

Data Fields

u64 file_offset
 
u64 start
 
u64 len
 
u64 disk_len
 
u64 bytes_left
 
u64 outstanding_isize
 
unsigned long flags
 
int compress_type
 
atomic_t refs
 
struct inodeinode
 
struct list_head list
 
wait_queue_head_t wait
 
struct rb_node rb_node
 
struct list_head root_extent_list
 
struct btrfs_work work
 

Detailed Description

Definition at line 81 of file ordered-data.h.

Field Documentation

u64 bytes_left

Definition at line 95 of file ordered-data.h.

int compress_type

Definition at line 108 of file ordered-data.h.

u64 disk_len

Definition at line 92 of file ordered-data.h.

u64 file_offset

Definition at line 83 of file ordered-data.h.

unsigned long flags

Definition at line 105 of file ordered-data.h.

Definition at line 114 of file ordered-data.h.

u64 len

Definition at line 89 of file ordered-data.h.

Definition at line 117 of file ordered-data.h.

u64 outstanding_isize

Definition at line 102 of file ordered-data.h.

Definition at line 123 of file ordered-data.h.

atomic_t refs

Definition at line 111 of file ordered-data.h.

struct list_head root_extent_list

Definition at line 126 of file ordered-data.h.

u64 start

Definition at line 86 of file ordered-data.h.

Definition at line 120 of file ordered-data.h.

Definition at line 128 of file ordered-data.h.


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