Searched refs:FRSYNC (Results 1 – 10 of 10) sorted by relevance
175 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 …]
155 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()
102 #define FRSYNC 0x8000 /* sync read operations at same level of */ macro
1909 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in soreadfile()1912 if ((ioflag & FRSYNC) == 0) in soreadfile()
2748 ioflag = auio.uio_fmode & (FSYNC|FDSYNC|FRSYNC); in snf_cache()2750 if ((ioflag & FRSYNC) == 0) in snf_cache()
351 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()
3065 if ((ioflag & FRSYNC) && (ioflag & (FSYNC|FDSYNC))) { in ud_rdip()3088 if (ioflag & FRSYNC) { in ud_rdip()
2216 FC_FL(FRSYNC),
697 (offset_t)starting_off, UIO_SYSSPACE, FRSYNC, in sbd_read_meta()
564 if (ioflag & FRSYNC || zfsvfs->z_os->os_sync == ZFS_SYNC_ALWAYS) in zfs_read()