Home
last modified time | relevance | path

Searched refs:FSYNC (Results 1 – 25 of 52) sorted by path

123

/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2450 FC_FL(FSYNC),
/illumos-gate/usr/src/contrib/ast/src/lib/libast/comp/
H A Dconf.tab115 FSYNC POSIX SC 1 CDFUW _lib_fsync
/illumos-gate/usr/src/lib/lib9p/common/
H A Dutils.c129 X(FSYNC, "fsync"),
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c1179 if ((retval = __fdsync(arg->fd, FSYNC)) == -1) in _aio_do_request()
H A Dposix_aio.c813 return (__fdsync(aiocbp->aio_fildes, FSYNC)); in aio_fsync()
1670 return (__fdsync(aiocbp->aio_fildes, FSYNC)); in aio_fsync64()
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dscalls.c771 PERFORM(__fdsync(fildes, FSYNC)) in fsync()
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_rw.c110 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in fake_pread()
114 ioflag &= ~(FSYNC|FDSYNC); in fake_pread()
191 ioflag = auio.uio_fmode & (FSYNC|FDSYNC|FRSYNC); in fake_pwrite()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c255 if (ioflag == FSYNC) { in fop_write()
/illumos-gate/usr/src/test/zfs-tests/tests/perf/scripts/
H A Dio.d86 (args[2] & (FSYNC | FDSYNC)) ? "sync" : "async";
/illumos-gate/usr/src/ucbhead/sys/
H A Dfcntl.h129 #define FSYNC 0x10 macro
H A Dfile.h86 #define FSYNC 0x10 macro
/illumos-gate/usr/src/uts/common/cpr/
H A Dcpr_misc.c779 else if (rc = VOP_FSYNC(vp, FSYNC, CRED(), NULL)) in cpr_write_deffile()
/illumos-gate/usr/src/uts/common/fs/
H A Dfem.c101 _FEMOPDEF(FSYNC, fsync),
155 _FEMGUARD(FSYNC, fsync),
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1655 (void) fifo_fsync(vp, FSYNC, crp, ct); in fifo_inactive()
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevfs.c687 return (VOP_FSYNC(nodep->nm_filevp, FSYNC, crp, NULL)); in nm_sync()
H A Dnamevno.c174 (void) VOP_FSYNC(nodep->nm_filevp, FSYNC, crp, ct); in nm_close()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs3_srv.c1478 ioflag = FSYNC; in rfs3_write()
4186 error = VOP_FSYNC(vp, FSYNC, cr, NULL); in rfs3_commit()
H A Dnfs3_vnops.c889 if ((ioflag & (FSYNC|FDSYNC)) || in nfs3_write()
H A Dnfs4_srv.c1678 error = VOP_FSYNC(vp, FSYNC, cr, NULL); in rfs4_op_commit()
5921 ioflag = FSYNC; in rfs4_op_write()
H A Dnfs4_state.c1060 ioflag = uio.uio_fmode = (FWRITE|FSYNC); in rfs4_ss_clid_write_one()
H A Dnfs4_vnops.c3006 if ((ioflag & (FSYNC|FDSYNC)) || in nfs4_write()
H A Dnfs_srv.c1179 error = VOP_WRITE(vp, &uio, FSYNC, cr, &ct); in rfs_write_sync()
1223 error = VOP_WRITE(vp, &uio, FSYNC, cr, &ct); in rfs_write_sync()
H A Dnfs_vnops.c783 if ((ioflag & (FSYNC|FDSYNC)) || in nfs_write()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c286 if (ioflag & (FSYNC|FDSYNC)) in pcfs_write()
550 } else if (ioflag & (FSYNC|FDSYNC)) { in rwpcp()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c746 if (ioflag & (FAPPEND | FSYNC)) { in smbfs_write()
847 if (ioflag & (FSYNC | FDSYNC)) { in smbfs_write()
972 if ((ioflag & (FSYNC|FDSYNC)) || in smbfs_write()
2007 if ((syncflag & (FSYNC|FDSYNC)) == 0) in smbfs_fsync()

123