Lines Matching defs:other_jl
885 struct reiserfs_journal_list *other_jl;
898 other_jl = JOURNAL_LIST_ENTRY(entry);
900 atomic_read(&other_jl->j_older_commits_done))
903 first_jl = other_jl;
904 entry = other_jl->j_list.prev;
914 other_jl = JOURNAL_LIST_ENTRY(entry);
915 other_trans_id = other_jl->j_trans_id;
918 if (atomic_read(&other_jl->j_commit_left) != 0) {
919 flush_commit_list(s, other_jl, 0);
1301 struct reiserfs_journal_list *other_jl;
1314 other_jl = JOURNAL_LIST_ENTRY(entry);
1315 if (other_jl->j_trans_id < trans_id) {
1316 BUG_ON(other_jl->j_refcount <= 0);
1318 flush_journal_list(sb, other_jl, 0);
1320 /* other_jl is now deleted from the list */