Lines Matching defs:other_jl
887 struct reiserfs_journal_list *other_jl;
900 other_jl = JOURNAL_LIST_ENTRY(entry);
902 atomic_read(&other_jl->j_older_commits_done))
905 first_jl = other_jl;
906 entry = other_jl->j_list.prev;
916 other_jl = JOURNAL_LIST_ENTRY(entry);
917 other_trans_id = other_jl->j_trans_id;
920 if (atomic_read(&other_jl->j_commit_left) != 0) {
921 flush_commit_list(s, other_jl, 0);
1300 struct reiserfs_journal_list *other_jl;
1313 other_jl = JOURNAL_LIST_ENTRY(entry);
1314 if (other_jl->j_trans_id < trans_id) {
1315 BUG_ON(other_jl->j_refcount <= 0);
1317 flush_journal_list(sb, other_jl, 0);
1319 /* other_jl is now deleted from the list */