Searched refs:ubh_bread (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/ufs/ |
H A D | util.h | 260 #define ubh_bread(sb,fragment,size) _ubh_bread_(uspi,sb,fragment,size) macro
|
H A D | inode.c | 984 struct ufs_buffer_head *ubh = ubh_bread(sb, ind_block, uspi->s_bsize); in free_full_branch() 1158 ubh[i] = ubh_bread(sb, block, uspi->s_bsize); in ufs_truncate_blocks()
|
H A D | super.c | 528 ubh = ubh_bread(sb, uspi->s_csaddr + i, size); in ufs_read_cylinder_structures() 663 ubh = ubh_bread(sb, uspi->s_csaddr + i, size); in ufs_put_super_internal()
|