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

#include <xfs_log_recover.h>

Data Fields

struct hlist_node r_list
 
xlog_tid_t r_log_tid
 
xfs_trans_header_t r_theader
 
int r_state
 
xfs_lsn_t r_lsn
 
struct list_head r_itemq
 

Detailed Description

Definition at line 46 of file xfs_log_recover.h.

Field Documentation

struct list_head r_itemq

Definition at line 52 of file xfs_log_recover.h.

Definition at line 47 of file xfs_log_recover.h.

xlog_tid_t r_log_tid

Definition at line 48 of file xfs_log_recover.h.

xfs_lsn_t r_lsn

Definition at line 51 of file xfs_log_recover.h.

int r_state

Definition at line 50 of file xfs_log_recover.h.

xfs_trans_header_t r_theader

Definition at line 49 of file xfs_log_recover.h.


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