ffs_balloc_ufs1
int ffs_balloc_ufs1(struct vnode *a_vp, off_t a_startoffset, int a_size,
error = ffs_balloc_ufs1(snapvp, lblktosize(fs, (off_t)lbn),
error = ffs_balloc_ufs1(snapvp, lblktosize(fs, (off_t)lbn),
error = ffs_balloc_ufs1(vp, lblktosize(fs, (off_t)lbn),
ump->um_balloc = ffs_balloc_ufs1;
static int ffs_balloc_ufs1(struct inode *, off_t, int, struct m_buf **);
return ffs_balloc_ufs1(ip, offset, bufsize, bpp);