Searched refs:ioflags (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dmapi.h164 #define DM_SEM_FLAG_RD(ioflags) (((ioflags) & IO_ISDIRECT) ? \
171 #define DM_SEM_FLAG_RD(ioflags) (((ioflags) & IO_ISDIRECT) ? \
177 #define DM_SEM_FLAG_RD(ioflags) (((ioflags) & IO_ISDIRECT) ? \
H A Dxfs_iomap.c375 int *ioflags)
385 *ioflags |= BMAPI_SYNC;
391 *ioflags |= BMAPI_SYNC;
372 xfs_flush_space( xfs_inode_t *ip, int *fsynced, int *ioflags) argument
H A Dxfs_vnodeops.c950 int ioflags,
947 xfs_readlink( bhv_desc_t *bdp, uio_t *uiop, int ioflags, cred_t *credp) argument
/freebsd-9.3-release/contrib/sendmail/libsm/
H A Dfopen.c115 int ioflags; local
118 ioflags = sm_flags(flags);
120 if (ioflags == 0)
135 fp = sm_fp(type, ioflags, NULL);
229 int ioflags, ret; local
233 if ((ioflags = sm_flags(flags)) == 0)
287 fp2 = sm_fp(type, ioflags, fp);
H A Dsmstdio.c331 int ioflags; local
353 ioflags = SMRW;
355 ioflags = SMRD;
357 ioflags = SMWR;
359 fp = sm_fp(SmFtRealStdio, ioflags, NULL);
H A Dstdio.c482 int ioflags; local
498 ioflags = SMRD;
501 ioflags = SMWR;
504 ioflags = SMRW;
510 fp = sm_fp(SmFtStdio, ioflags, NULL);
/freebsd-9.3-release/sys/gnu/fs/xfs/FreeBSD/
H A Dxfs_frw.c64 int ioflags)
79 (void *)((unsigned long)ioflags),
194 int ioflags,
207 if (unlikely(ioflags & IO_ISDIRECT)) {
234 !(ioflags & IO_INVIS)) {
237 int dmflags = FILP_DELAY_FLAG(file) | DM_SEM_FLAG_RD(ioflags);
248 ret = xfs_read_file(mp, ip, uio, ioflags);
254 if (likely((ioflags & IO_INVIS) == 0)) {
543 !(ioflags & IO_INVIS) && !eventsent)) {
545 int dmflags = FILP_DELAY_FLAG(file) | DM_SEM_FLAG_RD(ioflags);
58 xfs_rw_enter_trace( int tag, xfs_iocore_t *io, const char *buf, size_t size, loff_t offset, int ioflags) argument
191 xfs_read( bhv_desc_t *bdp, uio_t *uio, int ioflags, cred_t *credp) argument
[all...]
H A Dxfs_frw.h81 #define xfs_rw_enter_trace(tag, io, buf, size, offset, ioflags)
H A Dxfs_ioctl.c751 int ioflags,
764 bdp, ioflags, cmd,
801 return xfs_ioc_space(bdp, vp, filp, ioflags, cmd, arg);
849 return xfs_ioc_getbmap(bdp, filp, ioflags, cmd, arg);
1023 int ioflags,
1049 if (ioflags & IO_INVIS)
1372 int ioflags,
1387 if (ioflags & IO_INVIS)
1453 int ioflags,
747 xfs_ioctl( bhv_desc_t *bdp, struct inode *inode, struct file *filp, int ioflags, u_long cmd, void *arg) argument
1019 xfs_ioc_space( bhv_desc_t *bdp, xfs_vnode_t *vp, struct file *filp, int ioflags, u_long cmd, void __user *arg) argument
1369 xfs_ioc_getbmap( bhv_desc_t *bdp, struct file *filp, int ioflags, unsigned int cmd, void __user *arg) argument
1449 xfs_ioctl( bhv_desc_t *bdp, struct inode *inode, struct file *filp, int ioflags, u_long cmd, unsigned long arg) argument
H A Dxfs_vnode.h283 #define XVOP_READ(vp,uio,ioflags,cr,rv) \
284 rv = _VOP_(vop_read, vp)((vp)->v_fbhv,uio,ioflags,cr)
285 #define XVOP_WRITE(vp,file,uio,ioflags,cr,rv) \
286 rv = _VOP_(vop_write, vp)((vp)->v_fbhv,uio,ioflags,cr)
/freebsd-9.3-release/sys/vm/
H A Dvnode_pager.c1096 int ioflags; local
1172 ioflags = IO_VMIO;
1174 ioflags |= IO_SYNC;
1176 ioflags |= IO_ASYNC;
1177 ioflags |= (flags & VM_PAGER_PUT_INVAL) ? IO_INVAL: 0;
1178 ioflags |= IO_SEQMAX << IO_SEQSHIFT;
1189 error = VOP_WRITE(vp, &auio, ioflags, curthread->td_ucred);
/freebsd-9.3-release/sys/powerpc/ps3/
H A Dps3-hvcall.h129 int lv1_gpu_context_iomap(uint64_t changle, uint64_t gpu_ioif, uint64_t xdr_lpar, uint64_t fbsize, uint64_t ioflags);
/freebsd-9.3-release/sys/nfsserver/
H A Dnfs_serv.c1033 int ioflags, aftat_ret = 1, retlen = 0, zeroing, adjust; local
1169 ioflags = IO_NODELOCKED;
1171 ioflags = (IO_SYNC | IO_NODELOCKED);
1173 ioflags = (IO_METASYNC | IO_SYNC | IO_NODELOCKED);
1180 ioflags |= nh->nh_seqcount << IO_SEQSHIFT;
1181 error = VOP_WRITE(vp, uiop, ioflags, cred);
/freebsd-9.3-release/sys/fs/nfsserver/
H A Dnfs_nfsdport.c717 int ioflags, error; local
745 ioflags = IO_NODELOCKED;
747 ioflags = (IO_SYNC | IO_NODELOCKED);
754 ioflags |= nh->nh_seqcount << IO_SEQSHIFT;
755 error = VOP_WRITE(vp, uiop, ioflags, cred);
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dzfs_vnops.c5643 ioflags(int ioflags) argument
5647 if (ioflags & IO_APPEND)
5649 if (ioflags & IO_NDELAY)
5651 if (ioflags & IO_SYNC)
6037 return (zfs_read(ap->a_vp, ap->a_uio, ioflags(ap->a_ioflag),
6051 return (zfs_write(ap->a_vp, ap->a_uio, ioflags(ap->a_ioflag),

Completed in 217 milliseconds