udf_vget
int udf_vget(struct mount *, ino_t, struct vnode **);
error = udf_vget(ump->um_mountp, lb - ump->um_start - 3, &vp);
error = udf_vget(mp, id, vpp);
.vfs_vget = udf_vget,
error = udf_vget(ump->um_mountp, id, &tdp);