Home
last modified time | relevance | path

Searched defs:journal_head (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Djournal-head.h22 struct journal_head { struct
35 * [jbd_lock_bh_journal_head()] argument
37 int b_jcount;
46 unsigned b_jlist;
53 unsigned b_modified;
59 char *b_frozen_data;
66 char *b_committed_data;
91 struct journal_head *b_tnext, *b_tprev; argument
105 struct journal_head *b_cpnext, *b_cpprev; argument
108 struct jbd2_buffer_trigger_type *b_triggers;
[all …]
/kernel/linux/linux-4.19/include/linux/
Djournal-head.h20 struct journal_head { struct
28 * [jbd_lock_bh_journal_head()] argument
30 int b_jcount;
39 unsigned b_jlist;
46 unsigned b_modified;
52 char *b_frozen_data;
59 char *b_committed_data;
84 struct journal_head *b_tnext, *b_tprev; argument
98 struct journal_head *b_cpnext, *b_cpprev; argument
101 struct jbd2_buffer_trigger_type *b_triggers;
[all …]