ReactOS 0.4.15-dev-7958-gcd0bb1a
journal_head Struct Reference

#include <journal-head.h>

Collaboration diagram for journal_head:

Public Attributes

struct buffer_headb_bh
 
int b_jcount
 
unsigned b_jlist
 
unsigned b_modified
 
charb_frozen_data
 
charb_committed_data
 
transaction_tb_transaction
 
transaction_tb_next_transaction
 
struct journal_headb_tnext
 
struct journal_headb_tprev
 
transaction_tb_cp_transaction
 
struct journal_headb_cpnext
 
struct journal_headb_cpprev
 

Detailed Description

Definition at line 17 of file journal-head.h.

Member Data Documentation

◆ b_bh

struct buffer_head* journal_head::b_bh

Definition at line 21 of file journal-head.h.

Referenced by __journal_remove_journal_head(), and journal_add_journal_head().

◆ b_committed_data

char* journal_head::b_committed_data

◆ b_cp_transaction

transaction_t* journal_head::b_cp_transaction

Definition at line 82 of file journal-head.h.

Referenced by __dispose_buffer(), __journal_remove_journal_head(), and journal_forget().

◆ b_cpnext

struct journal_head* journal_head::b_cpnext

Definition at line 89 of file journal-head.h.

◆ b_cpprev

struct journal_head * journal_head::b_cpprev

Definition at line 89 of file journal-head.h.

◆ b_frozen_data

char* journal_head::b_frozen_data

◆ b_jcount

◆ b_jlist

unsigned journal_head::b_jlist

◆ b_modified

unsigned journal_head::b_modified

Definition at line 39 of file journal-head.h.

Referenced by journal_forget().

◆ b_next_transaction

transaction_t* journal_head::b_next_transaction

Definition at line 69 of file journal-head.h.

Referenced by __journal_remove_journal_head(), and journal_forget().

◆ b_tnext

struct journal_head* journal_head::b_tnext

Definition at line 75 of file journal-head.h.

Referenced by __blist_add_buffer(), and __blist_del_buffer().

◆ b_tprev

struct journal_head * journal_head::b_tprev

Definition at line 75 of file journal-head.h.

Referenced by __blist_add_buffer(), and __blist_del_buffer().

◆ b_transaction


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