Lines Matching refs:obh
371 struct buffer_head *obh;
380 err = jread(&obh, journal, io_block);
386 *crc32_sum = crc32_be(*crc32_sum, (void *)obh->b_data,
387 obh->b_size);
389 put_bh(obh);
475 struct buffer_head * obh;
581 err = jread(&obh, journal, io_block);
593 J_ASSERT(obh != NULL);
603 brelse(obh);
610 journal, tag, obh->b_data,
612 brelse(obh);
633 brelse(obh);
638 memcpy(nbh->b_data, obh->b_data,
653 brelse(obh);