|
Linux Kernel
3.7.1
|
#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 |
Definition at line 46 of file xfs_log_recover.h.
Definition at line 52 of file xfs_log_recover.h.
| struct hlist_node r_list |
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.
1.8.2