Home
last modified time | relevance | path

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

/linux/fs/jbd2/
H A Dcommit.c42 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()
H A Dtransaction.c1096 wait_on_bit_io(&bh->b_state, BH_Shadow, TASK_UNINTERRUPTIBLE); in do_get_write_access()
/linux/include/linux/
H A Djbd2.h314 BH_Shadow, /* IO on shadow buffer is running */ enumerator