Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/reiserfs/
H A Djournal.c887 struct reiserfs_journal_list *other_jl; in flush_older_commits() local
900 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_commits()
902 atomic_read(&other_jl->j_older_commits_done)) in flush_older_commits()
905 first_jl = other_jl; in flush_older_commits()
906 entry = other_jl->j_list.prev; in flush_older_commits()
916 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_commits()
917 other_trans_id = other_jl->j_trans_id; in flush_older_commits()
920 if (atomic_read(&other_jl->j_commit_left) != 0) { in flush_older_commits()
921 flush_commit_list(s, other_jl, 0); in flush_older_commits()
1300 struct reiserfs_journal_list *other_jl; in flush_older_journal_lists() local
[all...]
/kernel/linux/linux-6.6/fs/reiserfs/
H A Djournal.c885 struct reiserfs_journal_list *other_jl; in flush_older_commits() local
898 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_commits()
900 atomic_read(&other_jl->j_older_commits_done)) in flush_older_commits()
903 first_jl = other_jl; in flush_older_commits()
904 entry = other_jl->j_list.prev; in flush_older_commits()
914 other_jl = JOURNAL_LIST_ENTRY(entry); in flush_older_commits()
915 other_trans_id = other_jl->j_trans_id; in flush_older_commits()
918 if (atomic_read(&other_jl->j_commit_left) != 0) { in flush_older_commits()
919 flush_commit_list(s, other_jl, 0); in flush_older_commits()
1301 struct reiserfs_journal_list *other_jl; in flush_older_journal_lists() local
[all...]

Completed in 6 milliseconds