Home
last modified time | relevance | path

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

/fs/reiserfs/
Djournal.c1091 if (buffer_dirty(jl->j_commit_bh)) in flush_commit_list()
1093 mark_buffer_dirty(jl->j_commit_bh) ; in flush_commit_list()
1096 __sync_dirty_buffer(jl->j_commit_bh, WRITE_FLUSH_FUA); in flush_commit_list()
1098 sync_dirty_buffer(jl->j_commit_bh); in flush_commit_list()
1105 if (unlikely(!buffer_uptodate(jl->j_commit_bh))) { in flush_commit_list()
1111 bforget(jl->j_commit_bh); in flush_commit_list()
1582 jl->j_commit_bh = NULL; in flush_journal_list()
4023 jl->j_commit_bh = c_bh; in do_journal_end()
Dreiserfs.h231 struct buffer_head *j_commit_bh; /* commit buffer head */ member