Lines Matching refs:tbh
975 struct buffer_head *tbh = NULL; in flush_commit_list() local
1053 tbh = journal_find_get_block(s, bn); in flush_commit_list()
1054 if (tbh) { in flush_commit_list()
1055 if (buffer_dirty(tbh)) { in flush_commit_list()
1057 ll_rw_block(REQ_OP_WRITE, 0, 1, &tbh); in flush_commit_list()
1060 put_bh(tbh) ; in flush_commit_list()
1068 tbh = journal_find_get_block(s, bn); in flush_commit_list()
1071 __wait_on_buffer(tbh); in flush_commit_list()
1078 if (buffer_dirty(tbh)) { in flush_commit_list()
1080 sync_dirty_buffer(tbh); in flush_commit_list()
1083 if (unlikely(!buffer_uptodate(tbh))) { in flush_commit_list()
1091 put_bh(tbh); in flush_commit_list()
1093 put_bh(tbh); in flush_commit_list()