Home
last modified time | relevance | path

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

/linux-6.1.9/fs/reiserfs/
Djournal.c1107 if (buffer_dirty(jl->j_commit_bh)) in flush_commit_list()
1109 mark_buffer_dirty(jl->j_commit_bh) ; in flush_commit_list()
1112 __sync_dirty_buffer(jl->j_commit_bh, in flush_commit_list()
1115 sync_dirty_buffer(jl->j_commit_bh); in flush_commit_list()
1124 if (unlikely(!buffer_uptodate(jl->j_commit_bh))) { in flush_commit_list()
1130 bforget(jl->j_commit_bh); in flush_commit_list()
1619 jl->j_commit_bh = NULL; in flush_journal_list()
4116 jl->j_commit_bh = c_bh; in do_journal_end()
Dreiserfs.h274 struct buffer_head *j_commit_bh; /* commit buffer head */ member