ext2fs_blkatoff
int ext2fs_blkatoff(struct vnode *, off_t, char **, struct buf **);
if ((error = ext2fs_blkatoff(vp, 0, NULL, &bp)) != 0)
error = ext2fs_blkatoff(dvp, cursize, NULL, &dst_bp);
error = ext2fs_blkatoff(dvp, blknum * blksize, NULL, &bp);
if (ext2fs_blkatoff(vp, ext2fs_htree_get_block(level->h_entry) *
if (ext2fs_blkatoff(vp, 0, NULL, &bp) != 0)
if (ext2fs_blkatoff(vp,
if (ext2fs_blkatoff(vp, blk * bsize, NULL, &bp) != 0) {
error = ext2fs_blkatoff(dvp, (off_t)ulr->ulr_offset,
error = ext2fs_blkatoff(dvp, (off_t)(ulr->ulr_offset - ulr->ulr_count),
error = ext2fs_blkatoff(vdp, (off_t)ulr->ulr_offset, (void *)&ep, &bp);
(error = ext2fs_blkatoff(vdp, (off_t)results->ulr_offset, NULL, &bp)))
error = ext2fs_blkatoff(vdp, (off_t)results->ulr_offset,
if ((error = ext2fs_blkatoff(dvp, (off_t)ulr->ulr_offset, &dirbuf, &bp)) != 0)
error = ext2fs_blkatoff(dvp, (off_t)search_start, &dirbuf, &bp);