Lines Matching refs:tbh
977 struct buffer_head *tbh = NULL; in flush_commit_list() local
1055 tbh = journal_find_get_block(s, bn); in flush_commit_list()
1056 if (tbh) { in flush_commit_list()
1057 if (buffer_dirty(tbh)) { in flush_commit_list()
1059 ll_rw_block(REQ_OP_WRITE, 0, 1, &tbh); in flush_commit_list()
1062 put_bh(tbh) ; in flush_commit_list()
1070 tbh = journal_find_get_block(s, bn); in flush_commit_list()
1073 __wait_on_buffer(tbh); in flush_commit_list()
1080 if (buffer_dirty(tbh)) { in flush_commit_list()
1082 sync_dirty_buffer(tbh); in flush_commit_list()
1085 if (unlikely(!buffer_uptodate(tbh))) { in flush_commit_list()
1093 put_bh(tbh); in flush_commit_list()
1095 put_bh(tbh); in flush_commit_list()