Lines Matching refs:ubh
321 struct ufs_buffer_head * ubh; in ufs_read_cylinder_structures() local
342 ubh = ubh_bread(sb, uspi->s_csaddr + i, size); in ufs_read_cylinder_structures()
343 if (!ubh) in ufs_read_cylinder_structures()
345 ubh_ubhcpymem (space, ubh, size); in ufs_read_cylinder_structures()
348 ubh_brelse (ubh); in ufs_read_cylinder_structures()
349 ubh = NULL; in ufs_read_cylinder_structures()
402 struct ufs_buffer_head * ubh; in ufs_put_cylinder_structures() local
417 ubh = ubh_bread(sb, uspi->s_csaddr + i, size); in ufs_put_cylinder_structures()
418 ubh_memcpyubh (ubh, space, size); in ufs_put_cylinder_structures()
420 ubh_mark_buffer_uptodate (ubh, 1); in ufs_put_cylinder_structures()
421 ubh_mark_buffer_dirty (ubh); in ufs_put_cylinder_structures()
422 ubh_brelse (ubh); in ufs_put_cylinder_structures()
444 struct ufs_buffer_head * ubh; in ufs_read_super() local
450 ubh = NULL; in ufs_read_super()
610 ubh = ubh_bread_uspi (uspi, sb, uspi->s_sbbase + UFS_SBLOCK/block_size, super_block_size); in ufs_read_super()
611 if (!ubh) in ufs_read_super()
643 ubh = NULL; in ufs_read_super()
692 ubh = NULL; in ufs_read_super()
840 if (ubh) ubh_brelse_uspi (uspi); in ufs_read_super()