Home
last modified time | relevance | path

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

/linux-5.19.10/fs/jbd2/ !
Dcommit.c34 struct buffer_head *orig_bh = bh->b_private; in journal_end_buffer_io_sync() local
41 if (orig_bh) { in journal_end_buffer_io_sync()
42 clear_bit_unlock(BH_Shadow, &orig_bh->b_state); in journal_end_buffer_io_sync()
44 wake_up_bit(&orig_bh->b_state, BH_Shadow); in journal_end_buffer_io_sync()