Searched refs:j_commit_bh (Results 1 – 2 of 2) sorted by relevance
1111 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, WRITE_FLUSH_FUA); in flush_commit_list()1118 sync_dirty_buffer(jl->j_commit_bh); in flush_commit_list()1127 if (unlikely(!buffer_uptodate(jl->j_commit_bh))) { in flush_commit_list()1133 bforget(jl->j_commit_bh); in flush_commit_list()1622 jl->j_commit_bh = NULL; in flush_journal_list()4112 jl->j_commit_bh = c_bh; in do_journal_end()
275 struct buffer_head *j_commit_bh; /* commit buffer head */ member