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

#include <delayed-ref.h>

Data Fields

struct rb_node rb_node
 
u64 bytenr
 
u64 num_bytes
 
u64 seq
 
atomic_t refs
 
int ref_mod
 
unsigned int action:8
 
unsigned int type:8
 
unsigned int is_head:1
 
unsigned int in_tree:1
 

Detailed Description

Definition at line 27 of file delayed-ref.h.

Field Documentation

unsigned int action

Definition at line 53 of file delayed-ref.h.

u64 bytenr

Definition at line 31 of file delayed-ref.h.

unsigned int in_tree

Definition at line 57 of file delayed-ref.h.

unsigned int is_head

Definition at line 56 of file delayed-ref.h.

u64 num_bytes

Definition at line 34 of file delayed-ref.h.

Definition at line 28 of file delayed-ref.h.

int ref_mod

Definition at line 51 of file delayed-ref.h.

atomic_t refs

Definition at line 40 of file delayed-ref.h.

u64 seq

Definition at line 37 of file delayed-ref.h.

unsigned int type

Definition at line 54 of file delayed-ref.h.


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