Searched refs:j_join_wait (Results 1 - 2 of 2) sorted by last modified time

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Djournal.c2799 init_waitqueue_head(&(journal->j_join_wait));
2893 wake_up(&journal->j_join_wait);
2902 wait_event(journal->j_join_wait,
2917 add_wait_queue(&journal->j_join_wait, &wait);
2922 remove_wait_queue(&journal->j_join_wait, &wait);
2929 wake_up(&journal->j_join_wait);
3513 ** if the current transaction is too old, but still has writers, this will wait on j_join_wait until all
3517 ** Won't batch when flush or commit_now is set. Also won't batch when others are waiting on j_join_wait.
3553 ** we wait on j_join_wait. We will wake up when the last writer has
3604 /* don't batch when someone is waiting on j_join_wait */
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dreiserfs_fs_sb.h199 wait_queue_head_t j_join_wait; /* wait for current transaction to finish before starting new one */ member in struct:reiserfs_journal
200 atomic_t j_jlock; /* lock for j_join_wait */
202 int j_must_wait; /* no more journal begins allowed. MUST sleep on j_join_wait */

Completed in 79 milliseconds