Linux Kernel
3.7.1
|
#include <journal-head.h>
Data Fields | |
struct buffer_head * | b_bh |
int | b_jcount |
unsigned | b_jlist |
unsigned | b_modified |
tid_t | b_cow_tid |
char * | b_frozen_data |
char * | b_committed_data |
transaction_t * | b_transaction |
transaction_t * | b_next_transaction |
struct journal_head * | b_tnext |
struct journal_head * | b_tprev |
transaction_t * | b_cp_transaction |
struct journal_head * | b_cpnext |
struct journal_head * | b_cpprev |
struct jbd2_buffer_trigger_type * | b_triggers |
struct jbd2_buffer_trigger_type * | b_frozen_triggers |
Definition at line 19 of file journal-head.h.
struct buffer_head* b_bh |
Definition at line 23 of file journal-head.h.
char* b_committed_data |
Definition at line 61 of file journal-head.h.
tid_t b_cow_tid |
Definition at line 48 of file journal-head.h.
transaction_t* b_cp_transaction |
Definition at line 93 of file journal-head.h.
struct journal_head* b_cpnext |
Definition at line 100 of file journal-head.h.
struct journal_head * b_cpprev |
Definition at line 100 of file journal-head.h.
char* b_frozen_data |
Definition at line 54 of file journal-head.h.
struct jbd2_buffer_trigger_type* b_frozen_triggers |
Definition at line 106 of file journal-head.h.
int b_jcount |
Definition at line 29 of file journal-head.h.
unsigned b_jlist |
Definition at line 34 of file journal-head.h.
unsigned b_modified |
Definition at line 41 of file journal-head.h.
transaction_t* b_next_transaction |
Definition at line 80 of file journal-head.h.
struct journal_head* b_tnext |
Definition at line 86 of file journal-head.h.
struct journal_head * b_tprev |
Definition at line 86 of file journal-head.h.
transaction_t* b_transaction |
Definition at line 72 of file journal-head.h.
struct jbd2_buffer_trigger_type* b_triggers |
Definition at line 103 of file journal-head.h.