Home
last modified time | relevance | path

Searched refs:j_chkpt_bhs (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/fs/jbd2/
Dcheckpoint.c128 write_dirty_buffer(journal->j_chkpt_bhs[i], REQ_SYNC); in __flush_batch()
132 struct buffer_head *bh = journal->j_chkpt_bhs[i]; in __flush_batch()
135 journal->j_chkpt_bhs[i] = NULL; in __flush_batch()
265 journal->j_chkpt_bhs[batch_count++] = bh; in jbd2_log_do_checkpoint()
272 jh2bh(transaction->t_checkpoint_list) == journal->j_chkpt_bhs[0]) in jbd2_log_do_checkpoint()
/Linux-v6.6/include/linux/
Djbd2.h881 struct buffer_head *j_chkpt_bhs[JBD2_NR_BATCH]; member