Home
last modified time | relevance | path

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

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