VOP_SEEK
return (VOP_SEEK(subvp, oof, noffp, ctp));
return (VOP_SEEK(attrvp, ooff, noffp, ct));
return (VOP_SEEK(vp, ooff, noffp, ct));
return (VOP_SEEK(VTONM(vp)->nm_filevp, ooff, noffp, ct));
VOP_SEEK(vp, 0, (offset_t *)&fdinfo->pr_offset, NULL) != 0)
if (VOP_SEEK(input_fp->f_vnode, input_fp->f_offset, &off, NULL) == 0)
if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0)
if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0)
if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0)
if ((error = VOP_SEEK(vp, curoff, &newoff, NULL)) == 0) {
if ((error = VOP_SEEK(vp, old_off, &new_off, NULL)) == 0) {