Home
last modified time | relevance | path

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

/Linux-v5.15/fs/reiserfs/
Djournal.c1104 if (buffer_dirty(jl->j_commit_bh)) in flush_commit_list()
1106 mark_buffer_dirty(jl->j_commit_bh) ; in flush_commit_list()
1109 __sync_dirty_buffer(jl->j_commit_bh, in flush_commit_list()
1112 sync_dirty_buffer(jl->j_commit_bh); in flush_commit_list()
1121 if (unlikely(!buffer_uptodate(jl->j_commit_bh))) { in flush_commit_list()
1127 bforget(jl->j_commit_bh); in flush_commit_list()
1616 jl->j_commit_bh = NULL; in flush_journal_list()
4112 jl->j_commit_bh = c_bh; in do_journal_end()
Dreiserfs.h274 struct buffer_head *j_commit_bh; /* commit buffer head */ member