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