Home
last modified time | relevance | path

Searched refs:other_jl (Results 1 – 1 of 1) sorted by relevance

/linux/fs/reiserfs/
H A Djournal.c884 struct reiserfs_journal_list *other_jl; in flush_older_commits() local
897 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_commits()
902 first_jl = other_jl; in flush_older_commits()
903 entry = other_jl->j_list.prev; in flush_older_commits()
913 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_commits()
914 other_trans_id = other_jl->j_trans_id; in flush_older_commits()
918 flush_commit_list(s, other_jl, 0); in flush_older_commits()
1313 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_journal_lists()
1314 if (other_jl->j_trans_id < trans_id) { in flush_older_journal_lists()
1315 BUG_ON(other_jl->j_refcount <= 0); in flush_older_journal_lists()
[all …]