Home
last modified time | relevance | path

Searched refs:j_commit_bh (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/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()
4116 jl->j_commit_bh = c_bh; in do_journal_end()
H A Dreiserfs.h276 struct buffer_head *j_commit_bh; /* commit buffer head */ member
/kernel/linux/linux-6.6/fs/reiserfs/
H A Djournal.c1107 if (buffer_dirty(jl->j_commit_bh)) in flush_commit_list()
1109 mark_buffer_dirty(jl->j_commit_bh) ; in flush_commit_list()
1112 __sync_dirty_buffer(jl->j_commit_bh, in flush_commit_list()
1115 sync_dirty_buffer(jl->j_commit_bh); in flush_commit_list()
1124 if (unlikely(!buffer_uptodate(jl->j_commit_bh))) { in flush_commit_list()
1130 bforget(jl->j_commit_bh); in flush_commit_list()
1619 jl->j_commit_bh = NULL; in flush_journal_list()
4121 jl->j_commit_bh = c_bh; in do_journal_end()
H A Dreiserfs.h274 struct buffer_head *j_commit_bh; /* commit buffer head */ member

Completed in 29 milliseconds