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

/linux-master/fs/reiserfs/
H A Djournal.c2858 init_waitqueue_head(&journal->j_join_wait);
2955 wake_up(&journal->j_join_wait);
2962 wait_event(journal->j_join_wait,
2977 add_wait_queue(&journal->j_join_wait, &wait);
2985 remove_wait_queue(&journal->j_join_wait, &wait);
2992 wake_up(&journal->j_join_wait);
3605 * wait on j_join_wait until all the writers are done. By the time it
3610 * others are waiting on j_join_wait.
3649 * we wait on j_join_wait. We will wake up when the last writer has
3704 /* don't batch when someone is waiting on j_join_wait */
[all...]
H A Dreiserfs.h336 wait_queue_head_t j_join_wait; member in struct:reiserfs_journal
338 atomic_t j_jlock; /* lock for j_join_wait */
341 /* no more journal begins allowed. MUST sleep on j_join_wait */

Completed in 120 milliseconds