Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/syscall/
H A Dlseek.c194 if ((error = VOP_SEEK(vp, curoff, &newoff, NULL)) == 0) { in lseek32_common()
367 if ((error = VOP_SEEK(vp, old_off, &new_off, NULL)) == 0) { in lseek64()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c436 return (VOP_SEEK(VTONM(vp)->nm_filevp, ooff, noffp, ct)); in nm_seek()
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1020 return (VOP_SEEK(vp, ooff, noffp, ct)); in lo_seek()
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c391 return (VOP_SEEK(subvp, oof, noffp, ctp)); in dc_seek()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c1526 return (VOP_SEEK(attrvp, ooff, noffp, ct)); in sdev_seek()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1074 #define VOP_SEEK(vp, ooff, noffp, ct) \ macro
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1081 #define VOP_SEEK(vp, ooff, noffp, ct) \ macro
/illumos-gate/usr/src/uts/common/sys/
H A Dvnode.h1161 #define VOP_SEEK(vp, ooff, noffp, ct) \ macro
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_ioctl.c4927 if (VOP_SEEK(input_fp->f_vnode, input_fp->f_offset, &off, NULL) == 0) in zfs_ioc_recv_impl()
5226 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_send()
5898 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_diff()
6313 if (VOP_SEEK(fp->f_vnode, fp->f_offset, &off, NULL) == 0) in zfs_ioc_send_new()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprsubr.c2984 VOP_SEEK(vp, 0, (offset_t *)&fdinfo->pr_offset, NULL) != 0) in prgetfdinfo()