Lines Matching refs:other_jl
889 struct reiserfs_journal_list *other_jl; in flush_older_commits() local
903 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_commits()
905 atomic_read(&other_jl->j_older_commits_done)) in flush_older_commits()
908 first_jl = other_jl; in flush_older_commits()
909 entry = other_jl->j_list.prev; in flush_older_commits()
921 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_commits()
922 other_trans_id = other_jl->j_trans_id; in flush_older_commits()
925 if (atomic_read(&other_jl->j_commit_left) != 0) { in flush_older_commits()
926 flush_commit_list(s, other_jl, 0); in flush_older_commits()
1303 struct reiserfs_journal_list *other_jl; in flush_older_journal_lists() local
1316 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_journal_lists()
1317 if (other_jl->j_trans_id < trans_id) { in flush_older_journal_lists()
1318 BUG_ON(other_jl->j_refcount <= 0); in flush_older_journal_lists()
1320 flush_journal_list(sb, other_jl, 0); in flush_older_journal_lists()