Searched refs:j_wcount (Results 1 – 3 of 3) sorted by relevance
918 if (atomic_read(&SB_JOURNAL(s)->j_wcount) != 0) { in flush_journal_list()920 atomic_read(&SB_JOURNAL(s)->j_wcount)) ; in flush_journal_list()961 if (atomic_read(&(SB_JOURNAL(s)->j_wcount)) != 0) { in flush_journal_list()2185 atomic_set(&(SB_JOURNAL(p_s_sb)->j_wcount), 0) ; in journal_init()2314 …(!join && atomic_read(&(SB_JOURNAL(p_s_sb)->j_wcount)) > 0 && SB_JOURNAL(p_s_sb)->j_trans_start_ti… in do_journal_begin_r()2324 if (atomic_read(&(SB_JOURNAL(p_s_sb)->j_wcount)) <= 0) { in do_journal_begin_r()2348 atomic_inc(&(SB_JOURNAL(p_s_sb)->j_wcount)) ; in do_journal_begin_r()2420 if (atomic_read(&(SB_JOURNAL(p_s_sb)->j_wcount)) <= 0) { in journal_mark_dirty()2421 …al_mark_dirty returning because j_wcount was %d\n", atomic_read(&(SB_JOURNAL(p_s_sb)->j_wcount))) ; in journal_mark_dirty()2681 if (!immediate && atomic_read(&(SB_JOURNAL(p_s_sb)->j_wcount)) <= 0 && in flush_old_commits()[all …]
541 atomic_read( & r -> s_journal -> j_wcount ), in reiserfs_journal_in_proc()
227 atomic_t j_wcount ; /* count of writers for current commit */ member