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

#include <delayed-ref.h>

Data Fields

struct rb_root root
 
spinlock_t lock
 
unsigned long num_entries
 
unsigned long num_heads
 
unsigned long num_heads_ready
 
int flushing
 
u64 run_delayed_start
 

Detailed Description

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

Field Documentation

int flushing

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

spinlock_t lock

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

unsigned long num_entries

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

unsigned long num_heads

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

unsigned long num_heads_ready

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

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

u64 run_delayed_start

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


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