Lines Matching refs:j_commit_left
666 if (atomic_read(&(jl->j_commit_left)) <= 0) { in flush_commit_list()
681 orig_commit_left = atomic_read(&(jl->j_commit_left)) ; in flush_commit_list()
689 …for (i = 0 ; atomic_read(&(jl->j_commit_left)) > 1 && i < (jl->j_len + 1) ; i++) { /* everything … in flush_commit_list()
717 for (i = 0 ; atomic_read(&(jl->j_commit_left)) > 1 && in flush_commit_list()
728 atomic_dec(&(jl->j_commit_left)) ; in flush_commit_list()
732 …if (atomic_read(&(jl->j_commit_left)) != 1) { /* just the commit_bh left, flush it without calling… in flush_commit_list()
739 atomic_read(&(jl->j_commit_left))); in flush_commit_list()
748 atomic_dec(&(jl->j_commit_left)) ; in flush_commit_list()
943 atomic_read(&(jl->j_commit_left)) <= 0) { in flush_journal_list()
954 atomic_read(&(jl->j_commit_left)) <= 0) { in flush_journal_list()
1210 if (pjl && cn->bh && atomic_read(&pjl->j_commit_left) == 0) { in kupdate_one_transaction()
1256 atomic_read(&(jl->j_commit_left)) == 0) { in reiserfs_journal_kupdate()
1839 atomic_read(&(jl->j_commit_left)) == 0) { in reiserfs_journal_commit_task_func()
2595 atomic_read(&(cur->jlist->j_commit_left)) > 0 && cur->bh && in can_dirty()
3075 …atomic_set(&(SB_JOURNAL_LIST(p_s_sb)[SB_JOURNAL_LIST_INDEX(p_s_sb)].j_commit_left), SB_JOURNAL(p_s… in do_journal_end()