Home
last modified time | relevance | path

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

/linux-2.4.37.9/fs/reiserfs/
Djournal.c2190 init_waitqueue_head(&(SB_JOURNAL(p_s_sb)->j_join_wait)) ; in journal_init()
2266 wake_up(&SB_JOURNAL(s)->j_join_wait) ; in reiserfs_allow_writes()
2273 wait_event(SB_JOURNAL(s)->j_join_wait, in reiserfs_wait_on_write_block()
2338 sleep_on(&(SB_JOURNAL(p_s_sb)->j_join_wait)) ; in do_journal_begin_r()
2738 wake_up(&(SB_JOURNAL(p_s_sb)->j_join_wait)) ; in check_journal_end()
2759 sleep_on(&(SB_JOURNAL(p_s_sb)->j_join_wait)) ; in check_journal_end()
3138 wake_up(&(SB_JOURNAL(p_s_sb)->j_join_wait)) ; in do_journal_end()
3269 wake_up(&(SB_JOURNAL(p_s_sb)->j_join_wait)) ; in do_journal_end()
/linux-2.4.37.9/include/linux/
Dreiserfs_fs_sb.h240 …wait_queue_head_t j_join_wait ; /* wait for current transaction to finish before starting new o… member