other_jl 889 fs/reiserfs/journal.c struct reiserfs_journal_list *other_jl; other_jl 902 fs/reiserfs/journal.c other_jl = JOURNAL_LIST_ENTRY(entry); other_jl 904 fs/reiserfs/journal.c atomic_read(&other_jl->j_older_commits_done)) other_jl 907 fs/reiserfs/journal.c first_jl = other_jl; other_jl 908 fs/reiserfs/journal.c entry = other_jl->j_list.prev; other_jl 918 fs/reiserfs/journal.c other_jl = JOURNAL_LIST_ENTRY(entry); other_jl 919 fs/reiserfs/journal.c other_trans_id = other_jl->j_trans_id; other_jl 922 fs/reiserfs/journal.c if (atomic_read(&other_jl->j_commit_left) != 0) { other_jl 923 fs/reiserfs/journal.c flush_commit_list(s, other_jl, 0); other_jl 1302 fs/reiserfs/journal.c struct reiserfs_journal_list *other_jl; other_jl 1315 fs/reiserfs/journal.c other_jl = JOURNAL_LIST_ENTRY(entry); other_jl 1316 fs/reiserfs/journal.c if (other_jl->j_trans_id < trans_id) { other_jl 1317 fs/reiserfs/journal.c BUG_ON(other_jl->j_refcount <= 0); other_jl 1319 fs/reiserfs/journal.c flush_journal_list(sb, other_jl, 0);