Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_rw.c110 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in fake_pread()
113 if ((ioflag & FRSYNC) == 0) in fake_pread()
191 ioflag = auio.uio_fmode & (FSYNC|FDSYNC|FRSYNC); in fake_pwrite()
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c176 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in read()
179 if ((ioflag & FRSYNC) == 0) in read()
308 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in write()
451 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in pread()
454 if ((ioflag & FRSYNC) == 0) in pread()
588 ioflag = auio.uio_fmode & (FSYNC|FDSYNC|FRSYNC); in pwrite()
769 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in readv()
772 if ((ioflag & FRSYNC) == 0) in readv()
1386 ioflag = auio.uio_fmode & (FSYNC|FDSYNC|FRSYNC); in pwritev()
1513 if ((ioflag & FRSYNC) == 0) in pread64()
[all …]
H A Dsendfile.c154 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64()
263 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64()
269 if ((ioflag & FRSYNC) == 0) in sendvec_chunk64()
312 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64()
619 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_small_chunk()
625 if ((ioflag & FRSYNC) == 0) in sendvec_small_chunk()
846 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
1022 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
1028 if ((ioflag & FRSYNC) == 0) in sendvec_chunk()
1097 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h104 #define FRSYNC 0x8000 /* sync read operations at same level of */ macro
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_read.c249 ioflag = FRSYNC; in smb2_read()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1966 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in soreadfile()
1969 if ((ioflag & FRSYNC) == 0) in soreadfile()
H A Dsocksyscalls.c2813 ioflag = auio.uio_fmode & (FSYNC|FDSYNC|FRSYNC); in snf_cache()
2815 if ((ioflag & FRSYNC) == 0) in snf_cache()
/illumos-gate/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()
1388 if ((ioflag & FRSYNC) && (ioflag & (FSYNC|FDSYNC))) { in rdip()
1419 if (ioflag & FRSYNC) { in rdip()
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c3064 if ((ioflag & FRSYNC) && (ioflag & (FSYNC|FDSYNC))) { in ud_rdip()
3087 if (ioflag & FRSYNC) { in ud_rdip()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c652 #ifdef FRSYNC in zfs_read()
661 frsync = !!(ioflag & FRSYNC); in zfs_read()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2448 FC_FL(FRSYNC),
/illumos-gate/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c729 (offset_t)starting_off, UIO_SYSSPACE, FRSYNC, in sbd_read_meta()