Home
last modified time | relevance | path

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

/linux-4.19.296/fs/reiserfs/
Djournal.c1111 if (buffer_dirty(jl->j_commit_bh)) in flush_commit_list()
1113 mark_buffer_dirty(jl->j_commit_bh) ; in flush_commit_list()
1116 __sync_dirty_buffer(jl->j_commit_bh, in flush_commit_list()
1119 sync_dirty_buffer(jl->j_commit_bh); in flush_commit_list()
1128 if (unlikely(!buffer_uptodate(jl->j_commit_bh))) { in flush_commit_list()
1134 bforget(jl->j_commit_bh); in flush_commit_list()
1624 jl->j_commit_bh = NULL; in flush_journal_list()
4130 jl->j_commit_bh = c_bh; in do_journal_end()
Dreiserfs.h276 struct buffer_head *j_commit_bh; /* commit buffer head */ member