Searched refs:jh (Results 1 – 2 of 2) sorted by relevance
30 static inline void __buffer_unlink(struct journal_head *jh) in __buffer_unlink() argument32 transaction_t *transaction = jh->b_cp_transaction; in __buffer_unlink()34 jh->b_cpnext->b_cpprev = jh->b_cpprev; in __buffer_unlink()35 jh->b_cpprev->b_cpnext = jh->b_cpnext; in __buffer_unlink()36 if (transaction->t_checkpoint_list == jh) { in __buffer_unlink()37 transaction->t_checkpoint_list = jh->b_cpnext; in __buffer_unlink()38 if (transaction->t_checkpoint_list == jh) in __buffer_unlink()156 struct journal_head *jh; in jbd2_log_do_checkpoint() local198 jh = transaction->t_checkpoint_list; in jbd2_log_do_checkpoint()199 bh = jh2bh(jh); in jbd2_log_do_checkpoint()[all …]
523 struct journal_head *jh; in ext4_journalled_writepage_needs_redirty() local541 jh = bh2jh(bh); in ext4_journalled_writepage_needs_redirty()543 (jh && (jh->b_transaction != trans || in ext4_journalled_writepage_needs_redirty()544 jh->b_next_transaction))) in ext4_journalled_writepage_needs_redirty()