Home
last modified time | relevance | path

Searched refs:noffp (Results 1 – 25 of 32) sorted by relevance

12

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_fssub.c200 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fs_seek() argument
202 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in fs_seek()
H A Dfake_vnode.c1614 offset_t *noffp, in fop_seek() argument
1619 err = (*(vp)->v_op->vop_seek)(vp, ooff, noffp, ct); in fop_seek()
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c350 bootfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, in bootfs_seek() argument
356 return ((*noffp < 0 || *noffp > bnp->bvn_size ? EINVAL : 0)); in bootfs_seek()
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c219 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in fs_seek() argument
221 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in fs_seek()
H A Dfem.c1092 vhead_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in vhead_seek() argument
1104 errc = (*func)(arg0, ooff, noffp, ct); in vhead_seek()
1111 errc = (*func)(arg0, ooff, noffp, ct); in vhead_seek()
2404 vnext_seek(femarg_t *vf, offset_t ooff, offset_t *noffp, caller_context_t *ct) in vnext_seek() argument
2414 return ((*func)(arg0, ooff, noffp, ct)); in vnext_seek()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c434 nm_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in nm_seek() argument
436 return (VOP_SEEK(VTONM(vp)->nm_filevp, ooff, noffp, ct)); in nm_seek()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c1130 devfs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in devfs_seek() argument
1135 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in devfs_seek()
/illumos-gate/usr/src/uts/common/sys/
H A Dfem.h210 offset_t *noffp, caller_context_t *ct); \
351 extern int vnext_seek(femarg_t *vf, offset_t ooff, offset_t *noffp,
H A Dvnode.h1161 #define VOP_SEEK(vp, ooff, noffp, ct) \ argument
1162 fop_seek(vp, ooff, noffp, ct)
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c1514 sdev_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in sdev_seek() argument
1523 return (fs_seek(vp, ooff, noffp, ct)); in sdev_seek()
1526 return (VOP_SEEK(attrvp, ooff, noffp, ct)); in sdev_seek()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c481 socket_vop_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in socket_vop_seek() argument
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_vnops.c1017 lo_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in lo_seek() argument
1020 return (VOP_SEEK(vp, ooff, noffp, ct)); in lo_seek()
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c386 dc_seek(struct vnode *vp, offset_t oof, offset_t *noffp, caller_context_t *ctp) in dc_seek() argument
391 return (VOP_SEEK(subvp, oof, noffp, ctp)); in dc_seek()
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1744 hsfs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, in hsfs_seek() argument
1747 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in hsfs_seek()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2356 offset_t *noffp, in tmp_seek() argument
2359 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in tmp_seek()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1912 offset_t *noffp, in pcfs_seek() argument
1915 if (*noffp < 0) in pcfs_seek()
1917 else if (*noffp > MAXOFFSET_T) in pcfs_seek()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1074 #define VOP_SEEK(vp, ooff, noffp, ct) \ argument
1075 fop_seek(vp, ooff, noffp, ct)
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/sys/
H A Dvnode.h1081 #define VOP_SEEK(vp, ooff, noffp, ct) \ argument
1082 fop_seek(vp, ooff, noffp, ct)
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvnops.c1194 mntseek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in mntseek() argument
1198 if (*noffp == 0) { in mntseek()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c1597 udf_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in udf_seek() argument
1599 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in udf_seek()
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1704 offset_t *noffp, in spec_seek() argument
1709 if (maxoff == -1 || *noffp <= maxoff) in spec_seek()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c911 offset_t *noffp, in fop_seek() argument
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c1368 offset_t *noffp, in auto_seek() argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_vnops.c3597 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()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c4308 ufs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) in ufs_seek() argument
4310 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0); in ufs_seek()

12