Home
last modified time | relevance | path

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

/linux/fs/reiserfs/
H A Djournal.c1106 if (buffer_dirty(jl->j_commit_bh)) in flush_commit_list()
1108 mark_buffer_dirty(jl->j_commit_bh) ; in flush_commit_list()
1111 __sync_dirty_buffer(jl->j_commit_bh, in flush_commit_list()
1114 sync_dirty_buffer(jl->j_commit_bh); in flush_commit_list()
1123 if (unlikely(!buffer_uptodate(jl->j_commit_bh))) { in flush_commit_list()
1129 bforget(jl->j_commit_bh); in flush_commit_list()
1618 jl->j_commit_bh = NULL; in flush_journal_list()
4114 jl->j_commit_bh = c_bh; in do_journal_end()
H A Dreiserfs.h274 struct buffer_head *j_commit_bh; /* commit buffer head */ member