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

#include <refcounttree.h>

Data Fields

struct rb_node rf_node
 
u64 rf_blkno
 
u32 rf_generation
 
struct kref rf_getcnt
 
struct rw_semaphore rf_sem
 
struct ocfs2_lock_res rf_lockres
 
int rf_removed
 
spinlock_t rf_lock
 
struct ocfs2_caching_info rf_ci
 
struct mutex rf_io_mutex
 
struct super_blockrf_sb
 

Detailed Description

Definition at line 20 of file refcounttree.h.

Field Documentation

u64 rf_blkno

Definition at line 22 of file refcounttree.h.

Definition at line 31 of file refcounttree.h.

u32 rf_generation

Definition at line 23 of file refcounttree.h.

struct kref rf_getcnt

Definition at line 24 of file refcounttree.h.

struct mutex rf_io_mutex

Definition at line 32 of file refcounttree.h.

spinlock_t rf_lock

Definition at line 30 of file refcounttree.h.

struct ocfs2_lock_res rf_lockres

Definition at line 26 of file refcounttree.h.

struct rb_node rf_node

Definition at line 21 of file refcounttree.h.

int rf_removed

Definition at line 27 of file refcounttree.h.

Definition at line 33 of file refcounttree.h.

Definition at line 25 of file refcounttree.h.


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