Searched refs:FSYNC (Results 1 - 25 of 51) sorted by relevance

123

/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Dfsync.c31 #define FSYNC 0x10 /* Solaris definition, not SunOS4.x */ macro
36 return (_syscall(SYS_fdsync, fd, FSYNC));
/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h58 #define FMASK (FREAD|FWRITE|FAPPEND|FSYNC|FNBIO|FNONBIO)
H A Dfcntlcom.h90 #define FSYNC _FSYNC macro
/illumos-gate/usr/src/uts/common/syscall/
H A Dfdsync.c62 * FSYNC : file sync
65 syncflag = flag & (FSYNC|FDSYNC);
H A Dpathconf.c110 if (!(error = VOP_FSYNC(vp, FSYNC, cr, NULL)))
H A Drw.c175 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
179 ioflag &= ~(FSYNC|FDSYNC);
307 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
450 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
454 ioflag &= ~(FSYNC|FDSYNC);
587 ioflag = auio.uio_fmode & (FSYNC|FDSYNC|FRSYNC);
743 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
747 ioflag &= ~(FSYNC|FDSYNC);
896 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
1084 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYN
[all...]
H A Dsendfile.c155 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
264 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
271 ioflag &= ~(FSYNC|FDSYNC);
313 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
620 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
627 ioflag &= ~(FSYNC|FDSYNC);
843 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
1005 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
1012 ioflag &= ~(FSYNC|FDSYNC);
1080 (FAPPEND|FSYNC|FDSYN
[all...]
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h88 #define FSYNC 0x10 macro
H A Dfcntl.h129 #define FSYNC 0x10 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h88 #define FSYNC 0x10 /* file (data+inode) integrity while writing */ macro
106 /* FSYNC and FDSYNC flags */
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_write.c118 stability = FSYNC;
H A Dsmb_write.c485 stability = FSYNC;
/illumos-gate/usr/src/uts/common/os/
H A Dinst_sync.c252 error = VOP_FSYNC(fp->vp, FSYNC, CRED(), NULL);
H A Ddevcache.c574 UIO_SYSSPACE, FSYNC, rlimit, kcred, &resid);
620 rval = VOP_FSYNC(fp->kf_vp, FSYNC, kcred, NULL);
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_file.c203 zio->io_error = VOP_FSYNC(vf->vf_vnode, FSYNC | FDSYNC,
H A Dzfs_log.c472 else if (ioflag & (FSYNC | FDSYNC))
516 if (!(ioflag & (FSYNC | FDSYNC)) && (zp->z_sync_cnt == 0) &&
H A Dspa_config.c180 err = VOP_FSYNC(vp, FSYNC, kcred, NULL);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c351 if (ulp && (ioflag & FRSYNC) && (ioflag & (FSYNC | FDSYNC)) &&
372 if (ulp && (ioflag & FRSYNC) && (ioflag & (FSYNC | FDSYNC)) &&
419 * through FSYNC descriptors as the inode will be synchronously
427 !(ioflag & FSYNC) && !bmap_has_holes(ip) &&
558 * if the FDSYNC flag is set and not the FSYNC. In this case just
563 if (ioflag & (FSYNC|FDSYNC)) {
624 if (ioflag & (FSYNC|FDSYNC)) {
823 if (ioflag & (FSYNC|FDSYNC)) {
974 if (ioflag & (FSYNC|FDSYNC)) {
1166 if ((ioflag & (FSYNC|FDSYN
[all...]
H A Dufs_trans.c963 if (ioflag & (FSYNC|FDSYNC)) {
978 if (ioflag & (FSYNC|FDSYNC)) {
H A Dquotacalls.c639 (void) ufs_rdwri(UIO_WRITE, FWRITE | FSYNC, qip, (caddr_t)&dqp->dq_dqb,
/illumos-gate/usr/src/uts/common/fs/namefs/
H A Dnamevno.c173 (void) VOP_FSYNC(nodep->nm_filevp, FSYNC, crp, ct);
H A Dnamevfs.c658 return (VOP_FSYNC(nodep->nm_filevp, FSYNC, crp, NULL));
/illumos-gate/usr/src/lib/libc/port/aio/
H A Dposix_aio.c813 return (__fdsync(aiocbp->aio_fildes, FSYNC));
1671 return (__fdsync(aiocbp->aio_fildes, FSYNC));
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3079 * In POSIX SYNC (FSYNC and FDSYNC) read mode,
3085 if ((ioflag & FRSYNC) && (ioflag & (FSYNC|FDSYNC))) {
3104 * FSYNC FDSYNC(posix.4)
3109 if ((ioflag & FSYNC) ||
3180 if (ioflag & (FSYNC | FDSYNC)) {
3308 if ((ioflag & (FSYNC|FDSYNC)) || ip->i_type == VDIR) {
3355 if ((ioflag & (FSYNC | FDSYNC)) ||
3411 * FSYNC FDSYNC(posix.4)
3426 ((ioflag & FSYNC) && iupdat_flag)) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c695 * Handle ioflag bits: (FAPPEND|FSYNC|FDSYNC)
697 if (ioflag & (FAPPEND | FSYNC)) {
765 if (ioflag & (FSYNC|FDSYNC)) {
1351 if ((syncflag & (FSYNC|FDSYNC)) == 0)

Completed in 96 milliseconds

123