| /freebsd-9-stable/sys/ufs/ffs/ |
| D | ffs_vnops.c | 709 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 …]
|
| D | ffs_balloc.c | 155 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()
|
| D | ffs_inode.c | 218 flags |= IO_SYNC; 319 if (flags & IO_SYNC) 396 if (flags & IO_SYNC)
|
| /freebsd-9-stable/sys/fs/ext2fs/ |
| D | ext2_vnops.c | 969 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 …]
|
| D | ext2_balloc.c | 235 if (flags & IO_SYNC) { in ext2_balloc() 265 if (flags & IO_SYNC) { in ext2_balloc()
|
| D | ext2_inode.c | 174 if (flags & IO_SYNC) in ext2_truncate() 206 if (flags & IO_SYNC) in ext2_truncate()
|
| D | ext2_lookup.c | 837 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/ |
| D | xfs_vnops.c | 664 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()
|
| D | xfs_frw.c | 675 if (ioflag & IO_SYNC) { in xfs_write()
|
| /freebsd-9-stable/sys/cddl/compat/opensolaris/kern/ |
| D | opensolaris_kobj.c | 192 error = VOP_READ(vp, &auio, IO_UNIT | IO_SYNC, td->td_ucred); in kobj_read_file_vnode()
|
| /freebsd-9-stable/sys/nfsclient/ |
| D | nfs_bio.c | 730 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/ |
| D | nfs_clbio.c | 739 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/ |
| D | msdosfs_vnops.c | 816 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);
|
| D | msdosfs_denode.c | 429 if (flags & IO_SYNC)
|
| /freebsd-9-stable/sys/ufs/ufs/ |
| D | ufs_extattr.c | 1129 ioflag |= IO_SYNC; in ufs_extattr_set() 1147 ioflag |= IO_SYNC; in ufs_extattr_set() 1264 ioflag |= IO_SYNC; in ufs_extattr_rm()
|
| D | ufs_lookup.c | 902 flags |= IO_SYNC; 1136 IO_NORMAL | IO_SYNC, cr, td);
|
| /freebsd-9-stable/sys/cddl/compat/opensolaris/sys/ |
| D | vnode.h | 234 ioflag = IO_SYNC; in zfs_vn_rdwr()
|
| /freebsd-9-stable/sys/fs/nwfs/ |
| D | nwfs_io.c | 211 if (ioflag & (IO_APPEND | IO_SYNC)) {
|
| /freebsd-9-stable/sys/dev/md/ |
| D | md.c | 732 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/ |
| D | smbfs_io.c | 250 if (ioflag & (IO_APPEND | IO_SYNC)) { in smbfs_writevnode()
|
| /freebsd-9-stable/sys/sys/ |
| D | vnode.h | 300 #define IO_SYNC 0x0080 /* do I/O synchronously */ macro
|
| /freebsd-9-stable/sys/cam/ctl/ |
| D | ctl_backend_block.c | 629 (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/ |
| D | hpfs_vnops.c | 393 if (ap->a_ioflag & IO_SYNC)
|
| /freebsd-9-stable/sys/dev/xen/blkback/ |
| D | blkback.c | 2400 (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/ |
| D | vnode_pager.c | 1180 ioflags |= IO_SYNC; in vnode_pager_generic_putpages()
|