Home
last modified time | relevance | path

Searched refs:ubh_bread (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/ufs/
Dtruncate.c221 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()
Dsuper.c342 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()
Dutil.h229 #define ubh_bread(sb,fragment,size) _ubh_bread_(uspi,sb,fragment,size) macro