ext2_blkatoff
int ext2_blkatoff(struct vnode *, off_t, char **, struct buf **);
if (ext2_blkatoff(vp, ext2_htree_get_block(level->h_entry) *
if (ext2_blkatoff(vp, 0, NULL, &bp) != 0)
if (ext2_blkatoff(vp,
if (ext2_blkatoff(vp, blk * bsize, NULL, &bp) != 0) {
if ((error = ext2_blkatoff(vp, 0, NULL, &bp)) != 0)
error = ext2_blkatoff(dvp, cursize, NULL, &dst_bp);
error = ext2_blkatoff(dvp, blknum * blksize, NULL, &bp);
ext2_blkatoff(dvp, (off_t)dp->i_offset, (char **)&ep,
if ((error = ext2_blkatoff(dvp, (off_t)(dp->i_offset - dp->i_count),
if ((error = ext2_blkatoff(vdp, (off_t)dp->i_offset, (char **)&ep,
error = ext2_blkatoff(vp, uio->uio_offset, NULL, &bp);
(error = ext2_blkatoff(vdp, (off_t)i_offset, NULL,
error = ext2_blkatoff(vdp, (off_t)i_offset, NULL, &bp);
if ((error = ext2_blkatoff(dvp, (off_t)dp->i_offset, &dirbuf,