Searched defs:ioflag (Results 1 - 25 of 52) sorted by relevance

123

/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vnops.c294 sharefs_read(vnode_t *vp, uio_t *uio, int ioflag, cred_t *cr, argument
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_deleg_ops.c155 deleg_wr_read(femarg_t *arg, uio_t *uiop, int ioflag, cred_t *cr, argument
168 return (vnext_read(arg, uiop, ioflag, cr, ct));
176 deleg_rd_write(femarg_t *arg, uio_t *uiop, int ioflag, cred_t *cr, argument
187 return (vnext_write(arg, uiop, ioflag, cr, ct));
195 deleg_wr_write(femarg_t *arg, uio_t *uiop, int ioflag, cred_t *cr, argument
208 return (vnext_write(arg, uiop, ioflag, cr, ct));
H A Dnfs_log.c782 int ioflag = FAPPEND; local
829 error = VOP_WRITE(vp, &uio, ioflag, CRED(), NULL);
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c170 socket_vop_read(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cr, argument
184 socket_vop_write(struct vnode *vp, struct uio *uiop, int ioflag, argument
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c82 int fflag, ioflag, rwflag; local
175 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
178 if ((ioflag & FRSYNC) == 0)
179 ioflag &= ~(FSYNC|FDSYNC);
180 error = VOP_READ(vp, &auio, ioflag, fp->f_cred, NULL);
218 int fflag, ioflag, rwflag; local
307 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
309 error = VOP_WRITE(vp, &auio, ioflag, fp->f_cred, NULL);
344 int fflag, ioflag, rwflag; local
450 ioflag
484 int fflag, ioflag, rwflag; local
626 int fflag, ioflag, rwflag; local
784 int fflag, ioflag, rwflag; local
934 int fflag, ioflag, rwflag; local
1116 int fflag, ioflag, rwflag; local
1330 int fflag, ioflag, rwflag; local
1453 int fflag, ioflag, rwflag; local
[all...]
H A Dsendfile.c91 int ioflag; local
155 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
157 error = VOP_WRITE(vp, &auio, ioflag,
263 ioflag = auio.uio_fmode &
270 if ((ioflag & FRSYNC) == 0)
271 ioflag &= ~(FSYNC|FDSYNC);
272 error = VOP_READ(readvp, &auio, ioflag,
312 ioflag = auio.uio_fmode &
314 error = VOP_WRITE(vp, &auio, ioflag,
401 int ioflag; local
691 int ioflag; local
[all...]
/illumos-gate/usr/src/uts/common/io/ib/clients/of/sol_uverbs/
H A Dsol_uverbs_event.c134 int ioflag; local
140 ioflag = uiop->uio_fmode & (FNONBLOCK | FNDELAY);
151 if (ioflag) {
167 if (ioflag) {
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fem.c451 int ioflag,
462 rc = vnext_read(arg, uiop, ioflag, cr, ct);
476 int ioflag,
485 rc = vnext_write(arg, uiop, ioflag, cr, ct);
448 smb_fem_oplock_read( femarg_t *arg, uio_t *uiop, int ioflag, cred_t *cr, caller_context_t *ct) argument
473 smb_fem_oplock_write( femarg_t *arg, uio_t *uiop, int ioflag, cred_t *cr, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c192 nm_read(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *crp, argument
195 return (VOP_READ(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct));
199 nm_write(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *crp, argument
202 return (VOP_WRITE(VTONM(vp)->nm_filevp, uiop, ioflag, crp, ct));
/illumos-gate/usr/src/uts/common/avs/ns/nsctl/
H A Dnsc_ncallio.c646 int ioflag; local
657 ioflag = (read ? NSC_READ : NSC_WRITE);
661 fd = nsc_open(rw->rw_path, NSC_CACHE | NSC_DEVICE | NSC_READ | ioflag,
678 rc = nsc_alloc_buf(fd, pos, len, NSC_NOCACHE | ioflag, &bufp);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_log.c455 znode_t *zp, offset_t off, ssize_t resid, int ioflag)
472 else if (ioflag & (FSYNC | FDSYNC))
516 if (!(ioflag & (FSYNC | FDSYNC)) && (zp->z_sync_cnt == 0) &&
454 zfs_log_write(zilog_t *zilog, dmu_tx_t *tx, int txtype, znode_t *zp, offset_t off, ssize_t resid, int ioflag) argument
/illumos-gate/usr/src/cmd/addbadsec/
H A Dix_altsctr.c97 int ioflag);
847 absdsk_io(int fd, uint_t srtsec, char *bufp, uint_t len, int ioflag) argument
853 switch (ioflag)
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_directio.c345 ufs_directio_write(struct inode *ip, uio_t *arg_uio, int ioflag, int rewrite, argument
483 if (rewrite && ((ioflag & FDSYNC) || ufs_force_posix_sdi)) {
H A Dufs_trans.c924 int ioflag,
948 err = wrip(ip, uio, ioflag, cr);
963 if (ioflag & (FSYNC|FDSYNC)) {
978 if (ioflag & (FSYNC|FDSYNC)) {
921 ufs_trans_write( struct inode *ip, struct uio *uio, int ioflag, cred_t *cr, int resv, long resid) argument
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vnops.c374 sdev_read(struct vnode *vp, struct uio *uio, int ioflag, struct cred *cred, argument
394 error = VOP_READ(dv->sdev_attrvp, uio, ioflag, cred, ct);
401 sdev_write(struct vnode *vp, struct uio *uio, int ioflag, struct cred *cred, argument
421 error = VOP_WRITE(dv->sdev_attrvp, uio, ioflag, cred, ct);
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vnops.c107 devfs_read(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cred, argument
122 devfs_write(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cred, argument
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c102 fdread(vnode_t *vp, uio_t *uiop, int ioflag, cred_t *cr, caller_context_t *ct) argument
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_data.c561 objfs_data_read(vnode_t *vp, uio_t *uio, int ioflag, cred_t *cr, argument
/illumos-gate/usr/src/uts/common/fs/bootfs/
H A Dbootfs_vnops.c59 bootfs_read(vnode_t *vp, struct uio *uiop, int ioflag, cred_t *cr, argument
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c658 fifo_read(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *crp, argument
844 fifo_write(vnode_t *vp, uio_t *uiop, int ioflag, cred_t *crp, argument
/illumos-gate/usr/src/uts/common/fs/dcfs/
H A Ddc_vnops.c263 dc_read(struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cr, argument
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c224 int ioflag,
242 error = rwpcp(pcp, uiop, UIO_READ, ioflag);
258 int ioflag,
276 if (ioflag & FAPPEND) {
282 error = rwpcp(pcp, uiop, UIO_WRITE, ioflag);
285 if (ioflag & (FSYNC|FDSYNC))
303 int ioflag)
549 } else if (ioflag & (FSYNC|FDSYNC)) {
221 pcfs_read( struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cr, struct caller_context *ct) argument
255 pcfs_write( struct vnode *vp, struct uio *uiop, int ioflag, struct cred *cr, struct caller_context *ct) argument
299 rwpcp( struct pcnode *pcp, struct uio *uio, enum uio_rw rw, int ioflag) argument
/illumos-gate/usr/src/uts/common/fs/portfs/
H A Dport_fop.c216 static int port_fop_read(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr,
218 static int port_fop_write(femarg_t *vf, uio_t *uiop, int ioflag, cred_t *cr,
2113 port_fop_write(femarg_t *vf, struct uio *uiop, int ioflag, struct cred *cr, argument
2119 retval = vnext_write(vf, uiop, ioflag, cr, ct);
2139 port_fop_read(femarg_t *vf, struct uio *uiop, int ioflag, struct cred *cr, argument
2145 retval = vnext_read(vf, uiop, ioflag, cr, ct);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_dev.c1094 int ioflag; local
1167 ioflag = flag;
1185 ioflag, &h->rdc_bufp);
/illumos-gate/usr/src/uts/sun/io/ttymux/
H A Dttymux.c351 sm_qs_without(sm_uqi_t *uqi, uint_t flag, uint_t ioflag) argument
358 (lqi->sm_ioflag & ioflag) == 0)
472 sm_associate(int unit, sm_lqi_t *plqi, ulong_t tag, uint_t ioflag, char *dp) argument
478 (plqi) ? plqi->sm_linkid : 0, unit, ioflag));
489 if ((ioflag & FORIO) == 0)
490 ioflag = FORIO;
496 if ((ioflag & (uint_t)FORIO) != 0)
498 (ioflag & (uint_t)FORIO);
509 if ((ioflag & (uint_t)FORIO) != 0)
510 plqi->sm_ioflag = (ioflag
[all...]

Completed in 140 milliseconds

123