Home
last modified time | relevance | path

Searched refs:VOP_SEEK (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/syscall/
H A Dlseek.c196 if ((error = VOP_SEEK(vp, curoff, &newoff, NULL)) == 0) { in lseek32_common()
369 if ((error = VOP_SEEK(vp, old_off, &new_off, NULL)) == 0) { in lseek64()
/titanic_44/usr/src/uts/common/fs/namefs/
H A Dnamevno.c439 return (VOP_SEEK(VTONM(vp)->nm_filevp, ooff, noffp, ct)); in nm_seek()
/titanic_44/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c981 return (VOP_SEEK(vp, ooff, noffp, ct)); in lo_seek()
/titanic_44/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c389 return (VOP_SEEK(subvp, oof, noffp, ctp)); in dc_seek()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4279 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_recv()
4423 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_send()
5005 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_diff()
5388 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_send_new()
/titanic_44/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c1504 return (VOP_SEEK(attrvp, ooff, noffp, ct)); in sdev_seek()
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1074 #define VOP_SEEK(vp, ooff, noffp, ct) \ macro
/titanic_44/usr/src/uts/common/sys/
H A Dvnode.h1079 #define VOP_SEEK(vp, ooff, noffp, ct) \ macro