Lines Matching defs:join
100 /* values for join in do_journal_begin_r */
103 /* join the running transaction if at all possible */
111 unsigned long nblocks, int join);
3027 * join == true if you must join an existing transaction.
3028 * join == false if you can deal with waiting for others to finish
3035 int join)
3054 if (join != JBEGIN_ABORT && reiserfs_is_journal_aborted(journal)) {
3078 if ((!join && journal->j_must_wait > 0) ||
3079 (!join
3081 || (!join && atomic_read(&journal->j_wcount) > 0
3084 journal->j_max_trans_age) || (!join
3086 || (!join && journal->j_cnode_free < (journal->j_trans_max * 3))) {
3092 if (!join && (journal->j_len_alloc + nblocks + 2) >=
4373 /* wake up any body waiting to join. */