Lines Matching refs:tbh
980 struct buffer_head *tbh = NULL; in flush_commit_list() local
1058 tbh = journal_find_get_block(s, bn); in flush_commit_list()
1059 if (tbh) { in flush_commit_list()
1060 if (buffer_dirty(tbh)) { in flush_commit_list()
1062 ll_rw_block(REQ_OP_WRITE, 0, 1, &tbh); in flush_commit_list()
1065 put_bh(tbh) ; in flush_commit_list()
1073 tbh = journal_find_get_block(s, bn); in flush_commit_list()
1076 __wait_on_buffer(tbh); in flush_commit_list()
1083 if (buffer_dirty(tbh)) { in flush_commit_list()
1085 sync_dirty_buffer(tbh); in flush_commit_list()
1088 if (unlikely(!buffer_uptodate(tbh))) { in flush_commit_list()
1096 put_bh(tbh); in flush_commit_list()
1098 put_bh(tbh); in flush_commit_list()