Searched refs:ubh_bread (Results 1 – 3 of 3) sorted by relevance
/fs/ufs/ |
D | inode.c | 969 struct ufs_buffer_head *ubh = ubh_bread(sb, ind_block, uspi->s_bsize); in free_full_branch() 1140 ubh[i] = ubh_bread(sb, block, uspi->s_bsize); in __ufs_truncate_blocks()
|
D | util.h | 265 #define ubh_bread(sb,fragment,size) _ubh_bread_(uspi,sb,fragment,size) macro
|
D | super.c | 527 ubh = ubh_bread(sb, uspi->s_csaddr + i, size); in ufs_read_cylinder_structures() 652 ubh = ubh_bread(sb, uspi->s_csaddr + i, size); in ufs_put_super_internal()
|