Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c1081 wait_on_bit_io(&bh->b_state, BH_Shadow, TASK_UNINTERRUPTIBLE); in do_get_write_access()
/OK3568_Linux_fs/kernel/include/linux/
H A Djbd2.h324 BH_Shadow, /* IO on shadow buffer is running */ enumerator