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 write_dirty_buffer(tbh, 0);
1060 put_bh(tbh) ;
1069 tbh = journal_find_get_block(s, bn);
1072 __wait_on_buffer(tbh);
1079 if (buffer_dirty(tbh)) {
1081 sync_dirty_buffer(tbh);
1084 if (unlikely(!buffer_uptodate(tbh))) {
1092 put_bh(tbh);
1094 put_bh(tbh);