Searched refs:noffp (Results 1 - 25 of 29) sorted by relevance

12

/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c350 bootfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, argument
356 return ((*noffp < 0 || *noffp > bnp->bvn_size ? EINVAL : 0));
/illumos-gate/usr/src/uts/common/fs/
H A Dfs_subr.c233 fs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
235 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0);
H A Dfem.c1090 vhead_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
1102 errc = (*func)(arg0, ooff, noffp, ct);
1109 errc = (*func)(arg0, ooff, noffp, ct);
2400 vnext_seek(femarg_t *vf, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
2410 return ((*func)(arg0, ooff, noffp, ct));
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c437 nm_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
439 return (VOP_SEEK(VTONM(vp)->nm_filevp, ooff, noffp, ct));
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c1120 devfs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, argument
1125 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0);
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c1492 sdev_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, argument
1501 return (fs_seek(vp, ooff, noffp, ct));
1504 return (VOP_SEEK(attrvp, ooff, noffp, ct));
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c466 socket_vop_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, argument
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c384 dc_seek(struct vnode *vp, offset_t oof, offset_t *noffp, caller_context_t *ctp) argument
389 return (VOP_SEEK(subvp, oof, noffp, ctp));
/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.h1087 #define VOP_SEEK(vp, ooff, noffp, ct) \
1088 fop_seek(vp, ooff, noffp, ct)
/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) argument
1020 return (VOP_SEEK(vp, ooff, noffp, ct));
/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_vnops.c1892 offset_t *noffp,
1895 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0);
1889 hsfs_seek( struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/sys/
H A Dvnode.h1074 #define VOP_SEEK(vp, ooff, noffp, ct) \
1075 fop_seek(vp, ooff, noffp, ct)
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c1911 offset_t *noffp,
1914 if (*noffp < 0)
1916 else if (*noffp > MAXOFFSET_T)
1908 pcfs_seek( struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c2358 offset_t *noffp,
2361 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0);
2355 tmp_seek( struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
/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) argument
1198 if (*noffp == 0) {
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c723 offset_t *noffp,
720 fop_seek( vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecvnops.c1703 offset_t *noffp,
1708 if (maxoff == -1 || *noffp <= maxoff)
1700 spec_seek( struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c2895 smbfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument
2916 if (*noffp < 0)
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_vnops.c1366 offset_t *noffp,
1363 auto_seek( struct vnode *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) 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) argument
3607 if (*noffp < 0 || *noffp > MAXOFF32_T)
/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) argument
1599 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c4435 ufs_seek(struct vnode *vp, offset_t ooff, offset_t *noffp, argument
4438 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c4445 * noffp - pointer to new file offset
4452 zfs_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, argument
4457 return ((*noffp < 0 || *noffp > MAXOFFSET_T) ? EINVAL : 0);
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1734 fifo_seek(vnode_t *vp, offset_t ooff, offset_t *noffp, caller_context_t *ct) argument

Completed in 204 milliseconds

12