Lines Matching defs:obh
403 struct buffer_head *obh;
412 err = jread(&obh, journal, io_block);
418 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data,
419 obh->b_size);
421 put_bh(obh);
509 struct buffer_head * obh;
630 err = jread(&obh, journal, io_block);
642 J_ASSERT(obh != NULL);
652 brelse(obh);
659 journal, tag, obh->b_data,
661 brelse(obh);
682 brelse(obh);
687 memcpy(nbh->b_data, obh->b_data,
701 brelse(obh);