Home
last modified time | relevance | path

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

12

/freebsd-9-stable/sys/ufs/ffs/
Dffs_vnops.c709 if ((ioflag & IO_SYNC) && !DOINGASYNC(vp))
710 flags |= IO_SYNC;
739 if ((ioflag & (IO_SYNC|IO_INVAL)) == (IO_SYNC|IO_INVAL))
790 if (ioflag & IO_SYNC) {
831 IO_NORMAL | (ioflag & IO_SYNC),
836 } else if (resid > uio->uio_resid && (ioflag & IO_SYNC))
1072 if ((ioflag & IO_SYNC) && !DOINGASYNC(vp)) in ffs_extwrite()
1073 flags |= IO_SYNC; in ffs_extwrite()
1127 if (ioflag & IO_SYNC) { in ffs_extwrite()
1154 IO_EXT | (ioflag&IO_SYNC), ucred, uio->uio_td); in ffs_extwrite()
[all …]
Dffs_balloc.c155 if (flags & IO_SYNC) in ffs_balloc_ufs1()
354 if (flags & IO_SYNC) { in ffs_balloc_ufs1()
418 if (flags & IO_SYNC) { in ffs_balloc_ufs1()
500 if (flags & IO_SYNC) { in ffs_balloc_ufs1()
609 if (flags & IO_SYNC) in ffs_balloc_ufs2()
714 if (flags & IO_SYNC) in ffs_balloc_ufs2()
917 if (flags & IO_SYNC) { in ffs_balloc_ufs2()
981 if (flags & IO_SYNC) { in ffs_balloc_ufs2()
1069 if (flags & IO_SYNC) { in ffs_balloc_ufs2()
Dffs_inode.c218 flags |= IO_SYNC;
319 if (flags & IO_SYNC)
396 if (flags & IO_SYNC)
/freebsd-9-stable/sys/fs/ext2fs/
Dext2_vnops.c969 error = ext2_truncate(tvp, (off_t)0, IO_SYNC, in ext2_rename()
1042 IO_NODELOCKED | IO_SYNC | in ext2_rename()
1173 IO_NODELOCKED | IO_SYNC | IO_NOMACCHECK, cnp->cn_cred, NOCRED, in ext2_mkdir()
1266 error = ext2_truncate(vp, (off_t)0, IO_SYNC, cnp->cn_cred, in ext2_rmdir()
1928 if ((ioflag & IO_SYNC) == 0) in ext2_write()
1955 if ((ioflag & IO_SYNC) && !DOINGASYNC(vp)) in ext2_write()
1956 flags |= IO_SYNC; in ext2_write()
1980 if ((ioflag & (IO_SYNC|IO_INVAL)) == (IO_SYNC|IO_INVAL)) in ext2_write()
2021 if (ioflag & IO_SYNC) { in ext2_write()
2058 ioflag & IO_SYNC, ap->a_cred, uio->uio_td); in ext2_write()
[all …]
Dext2_balloc.c235 if (flags & IO_SYNC) { in ext2_balloc()
265 if (flags & IO_SYNC) { in ext2_balloc()
Dext2_inode.c174 if (flags & IO_SYNC) in ext2_truncate()
206 if (flags & IO_SYNC) in ext2_truncate()
Dext2_lookup.c837 error = VOP_WRITE(dvp, &auio, IO_SYNC, cnp->cn_cred); in ext2_direnter()
922 error = ext2_truncate(dvp, (off_t)dp->i_endoff, IO_SYNC, in ext2_direnter()
/freebsd-9-stable/sys/gnu/fs/xfs/FreeBSD/
Dxfs_vnops.c664 ioflag |= IO_SYNC; in xfs_write_file()
666 if (ioflag & IO_SYNC) { in xfs_write_file()
695 ioflag & IO_SYNC, ap->a_cred, uio->uio_td); in xfs_write_file()
700 } else if (resid > uio->uio_resid && (ioflag & IO_SYNC)) { in xfs_write_file()
Dxfs_frw.c675 if (ioflag & IO_SYNC) { in xfs_write()
/freebsd-9-stable/sys/cddl/compat/opensolaris/kern/
Dopensolaris_kobj.c192 error = VOP_READ(vp, &auio, IO_UNIT | IO_SYNC, td->td_ucred); in kobj_read_file_vnode()
/freebsd-9-stable/sys/nfsclient/
Dnfs_bio.c730 if (ioflag & IO_SYNC) {
895 if (ioflag & (IO_APPEND | IO_SYNC)) { in nfs_write()
960 if (!(ioflag & IO_SYNC)) { in nfs_write()
976 ioflag |= IO_SYNC; in nfs_write()
1198 if ((ioflag & IO_SYNC)) { in nfs_write()
/freebsd-9-stable/sys/fs/nfsclient/
Dnfs_clbio.c739 if (ioflag & IO_SYNC) {
908 if (ioflag & (IO_APPEND | IO_SYNC)) { in ncl_write()
978 if (!(ioflag & IO_SYNC)) { in ncl_write()
998 if (!(ioflag & IO_SYNC)) { in ncl_write()
1232 if ((ioflag & IO_SYNC)) { in ncl_write()
/freebsd-9-stable/sys/fs/msdosfs/
Dmsdosfs_vnops.c816 if (ioflag & IO_SYNC)
838 detrunc(dep, osize, ioflag & IO_SYNC, NOCRED, NULL);
842 detrunc(dep, dep->de_FileSize, ioflag & IO_SYNC, NOCRED, NULL);
846 } else if (ioflag & IO_SYNC)
1512 error = detrunc(ip, (u_long)0, IO_SYNC, cnp->cn_cred, td);
Dmsdosfs_denode.c429 if (flags & IO_SYNC)
/freebsd-9-stable/sys/ufs/ufs/
Dufs_extattr.c1129 ioflag |= IO_SYNC; in ufs_extattr_set()
1147 ioflag |= IO_SYNC; in ufs_extattr_set()
1264 ioflag |= IO_SYNC; in ufs_extattr_rm()
Dufs_lookup.c902 flags |= IO_SYNC;
1136 IO_NORMAL | IO_SYNC, cr, td);
/freebsd-9-stable/sys/cddl/compat/opensolaris/sys/
Dvnode.h234 ioflag = IO_SYNC; in zfs_vn_rdwr()
/freebsd-9-stable/sys/fs/nwfs/
Dnwfs_io.c211 if (ioflag & (IO_APPEND | IO_SYNC)) {
/freebsd-9-stable/sys/dev/md/
Dmd.c732 sc->flags & MD_ASYNC ? 0 : IO_SYNC, sc->cred); in mdstart_vnode()
779 error = VOP_WRITE(vp, &auio, sc->flags & MD_ASYNC ? 0 : IO_SYNC, in mdstart_vnode()
/freebsd-9-stable/sys/fs/smbfs/
Dsmbfs_io.c250 if (ioflag & (IO_APPEND | IO_SYNC)) { in smbfs_writevnode()
/freebsd-9-stable/sys/sys/
Dvnode.h300 #define IO_SYNC 0x0080 /* do I/O synchronously */ macro
/freebsd-9-stable/sys/cam/ctl/
Dctl_backend_block.c629 (IO_DIRECT|IO_SYNC) : 0, file_data->cred); in ctl_be_block_dispatch_file()
669 IO_SYNC : 0, file_data->cred); in ctl_be_block_dispatch_file()
/freebsd-9-stable/sys/fs/hpfs/
Dhpfs_vnops.c393 if (ap->a_ioflag & IO_SYNC)
/freebsd-9-stable/sys/dev/xen/blkback/
Dblkback.c2400 (IO_DIRECT|IO_SYNC) : 0, file_data->cred); in xbb_dispatch_file()
2434 IO_SYNC : 0, file_data->cred); in xbb_dispatch_file()
/freebsd-9-stable/sys/vm/
Dvnode_pager.c1180 ioflags |= IO_SYNC; in vnode_pager_generic_putpages()

12