Lines Matching refs:ubh
507 struct ufs_buffer_head * ubh;
528 ubh = ubh_bread(sb, uspi->s_csaddr + i, size);
530 if (!ubh)
533 ubh_ubhcpymem (space, ubh, size);
536 ubh_brelse (ubh);
537 ubh = NULL;
647 struct ufs_buffer_head * ubh;
663 ubh = ubh_bread(sb, uspi->s_csaddr + i, size);
665 ubh_memcpyubh (ubh, space, size);
667 ubh_mark_buffer_uptodate (ubh, 1);
668 ubh_mark_buffer_dirty (ubh);
669 ubh_brelse (ubh);
784 struct ufs_buffer_head * ubh;
793 ubh = NULL;
1000 ubh = ubh_bread_uspi(uspi, sb, uspi->s_sbbase + super_block_offset/block_size, super_block_size);
1002 if (!ubh)
1053 ubh = NULL;
1103 ubh = NULL;
1294 if (ubh)