Searched refs:ubh_bread (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/ufs/ |
D | truncate.c | 221 ind_ubh = ubh_bread(sb, tmp, uspi->s_bsize); in ufs_trunc_indirect() 315 dind_bh = ubh_bread(sb, tmp, uspi->s_bsize); in ufs_trunc_dindirect() 381 tind_bh = ubh_bread (sb, tmp, uspi->s_bsize); in ufs_trunc_tindirect()
|
D | super.c | 342 ubh = ubh_bread(sb, uspi->s_csaddr + i, size); in ufs_read_cylinder_structures() 417 ubh = ubh_bread(sb, uspi->s_csaddr + i, size); in ufs_put_cylinder_structures()
|
D | util.h | 229 #define ubh_bread(sb,fragment,size) _ubh_bread_(uspi,sb,fragment,size) macro
|