Home
last modified time | relevance | path

Searched refs:FRSYNC (Results 1 – 10 of 10) sorted by relevance

/titanic_41/usr/src/uts/common/syscall/
H A Drw.c175 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in read()
178 if ((ioflag & FRSYNC) == 0) in read()
307 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in write()
450 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in pread()
453 if ((ioflag & FRSYNC) == 0) in pread()
587 ioflag = auio.uio_fmode & (FSYNC|FDSYNC|FRSYNC); in pwrite()
743 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in readv()
746 if ((ioflag & FRSYNC) == 0) in readv()
896 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in writev()
1084 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in preadv()
[all …]
H A Dsendfile.c155 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64()
264 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64()
270 if ((ioflag & FRSYNC) == 0) in sendvec_chunk64()
313 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64()
620 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_small_chunk()
626 if ((ioflag & FRSYNC) == 0) in sendvec_small_chunk()
843 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
1019 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
1025 if ((ioflag & FRSYNC) == 0) in sendvec_chunk()
1094 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h102 #define FRSYNC 0x8000 /* sync read operations at same level of */ macro
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1909 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in soreadfile()
1912 if ((ioflag & FRSYNC) == 0) in soreadfile()
H A Dsocksyscalls.c2748 ioflag = auio.uio_fmode & (FSYNC|FDSYNC|FRSYNC); in snf_cache()
2750 if ((ioflag & FRSYNC) == 0) in snf_cache()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c351 if (ulp && (ioflag & FRSYNC) && (ioflag & (FSYNC | FDSYNC)) && in ufs_read()
372 if (ulp && (ioflag & FRSYNC) && (ioflag & (FSYNC | FDSYNC)) && in ufs_read()
1492 if ((ioflag & FRSYNC) && (ioflag & (FSYNC|FDSYNC))) { in rdip()
1524 if (ioflag & FRSYNC) { in rdip()
/titanic_41/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3065 if ((ioflag & FRSYNC) && (ioflag & (FSYNC|FDSYNC))) { in ud_rdip()
3088 if (ioflag & FRSYNC) { in ud_rdip()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c2216 FC_FL(FRSYNC),
/titanic_41/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c697 (offset_t)starting_off, UIO_SYSSPACE, FRSYNC, in sbd_read_meta()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c564 if (ioflag & FRSYNC || zfsvfs->z_os->os_sync == ZFS_SYNC_ALWAYS) in zfs_read()