/titanic_44/usr/src/uts/common/fs/ |
H A D | fs_subr.c | 214 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fs_seek() argument 216 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in fs_seek()
|
H A D | fem.c | 1090 vhead_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in vhead_seek() argument 1102 errc = (*func)(arg0, ooff, noffp, ct); in vhead_seek() 1109 errc = (*func)(arg0, ooff, noffp, ct); in vhead_seek() 2400 vnext_seek(femarg_t *vf, offset_t ooff, offset_t *noffp, caller_context_t *ct) in vnext_seek() argument 2410 return ((*func)(arg0, ooff, noffp, ct)); in vnext_seek()
|
H A D | vnode.c | 3776 offset_t *noffp, in fop_seek() argument 3781 err = (*(vp)->v_op->vop_seek)(vp, ooff, noffp, ct); in fop_seek()
|
/titanic_44/usr/src/uts/common/fs/namefs/ |
H A D | namevno.c | 437 nm_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in nm_seek() argument 439 return (VOP_SEEK(VTONM(vp)->nm_filevp, ooff, noffp, ct)); in nm_seek()
|
/titanic_44/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vnops.c | 1120 devfs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in devfs_seek() argument 1125 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in devfs_seek()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | fem.h | 210 offset_t *noffp, caller_context_t *ct); \ 351 extern int vnext_seek(femarg_t *vf, offset_t ooff, offset_t *noffp,
|
H A D | vnode.h | 1079 #define VOP_SEEK(vp, ooff, noffp, ct) \ argument 1080 fop_seek(vp, ooff, noffp, ct)
|
/titanic_44/usr/src/uts/common/fs/dev/ |
H A D | sdev_vnops.c | 1492 sdev_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in sdev_seek() argument 1501 return (fs_seek(vp, ooff, noffp, ct)); in sdev_seek() 1504 return (VOP_SEEK(attrvp, ooff, noffp, ct)); in sdev_seek()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon_vnops.c | 466 socket_vop_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in socket_vop_seek() argument
|
/titanic_44/usr/src/uts/common/fs/lofs/ |
H A D | lofs_vnops.c | 978 lo_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in lo_seek() argument 981 return (VOP_SEEK(vp, ooff, noffp, ct)); in lo_seek()
|
/titanic_44/usr/src/uts/common/fs/dcfs/ |
H A D | dc_vnops.c | 384 dc_seek(struct vnode *vp, offset_t oof, offset_t *noffp, caller_context_t *ctp) in dc_seek() argument 389 return (VOP_SEEK(subvp, oof, noffp, ctp)); in dc_seek()
|
/titanic_44/usr/src/uts/common/fs/hsfs/ |
H A D | hsfs_vnops.c | 1892 offset_t *noffp, in hsfs_seek() argument 1895 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in hsfs_seek()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/sys/ |
H A D | vnode.h | 1074 #define VOP_SEEK(vp, ooff, noffp, ct) \ argument 1075 fop_seek(vp, ooff, noffp, ct)
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 1911 offset_t *noffp, in pcfs_seek() argument 1914 if (*noffp < 0) in pcfs_seek() 1916 else if (*noffp > MAXOFFSET_T) in pcfs_seek()
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 2341 offset_t *noffp, in tmp_seek() argument 2344 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in tmp_seek()
|
/titanic_44/usr/src/uts/common/fs/mntfs/ |
H A D | mntvnops.c | 1194 mntseek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in mntseek() argument 1198 if (*noffp == 0) { in mntseek()
|
/titanic_44/usr/src/lib/smbsrv/libfksmbsrv/common/ |
H A D | fake_vop.c | 720 offset_t *noffp, in fop_seek() argument
|
/titanic_44/usr/src/uts/common/fs/udfs/ |
H A D | udf_vnops.c | 1577 udf_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in udf_seek() argument 1579 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in udf_seek()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 2837 smbfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in smbfs_seek() argument 2858 if (*noffp < 0) in smbfs_seek()
|
/titanic_44/usr/src/uts/common/fs/specfs/ |
H A D | specvnops.c | 1703 offset_t *noffp, in spec_seek() argument 1708 if (maxoff == -1 || *noffp <= maxoff) in spec_seek()
|
/titanic_44/usr/src/uts/common/fs/autofs/ |
H A D | auto_vnops.c | 1366 offset_t *noffp, in auto_seek() argument
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_vnops.c | 3597 nfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in nfs_seek() argument 3607 if (*noffp < 0 || *noffp > MAXOFF32_T) in nfs_seek()
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | zfs_vnops.c | 4488 zfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, in zfs_seek() argument 4493 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in zfs_seek()
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1732 fifo_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fifo_seek() argument
|
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_vnops.c | 4422 ufs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in ufs_seek() argument 4425 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in ufs_seek()
|