/titanic_44/usr/src/uts/common/syscall/ |
H A D | rw.c | 175 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in read() 191 else if (((fp->f_flag & FAPPEND) == 0) || in read() 307 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in write() 320 else if (((fp->f_flag & FAPPEND) == 0) || in write() 450 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in pread() 743 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in readv() 759 else if (((fp->f_flag & FAPPEND) == 0) || in readv() 896 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in writev() 909 else if (((fp->f_flag & FAPPEND) == 0) || in writev() 1084 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in preadv() [all …]
|
H A D | sendfile.c | 155 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64() 264 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64() 313 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64() 620 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_small_chunk() 843 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk() 1019 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk() 1094 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
|
H A D | open.c | 83 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
|
/titanic_44/usr/src/lib/libbc/inc/include/sys/ |
H A D | file.h | 58 #define FMASK (FREAD|FWRITE|FAPPEND|FSYNC|FNBIO|FNONBIO)
|
H A D | fcntlcom.h | 88 #define FAPPEND _FAPPEND macro
|
/titanic_44/usr/src/ucbhead/sys/ |
H A D | file.h | 87 #define FAPPEND 0x08 macro
|
H A D | fcntl.h | 127 #define FAPPEND 0x08 macro
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | file.h | 85 #define FAPPEND 0x08 macro
|
/titanic_44/usr/src/uts/common/fs/zfs/ |
H A D | dmu_diff.c | 61 sizeof (da->da_ddr), 0, UIO_SYSSPACE, FAPPEND, in write_record()
|
H A D | zfs_vnops.c | 199 ((flag & FAPPEND) == 0)) { in zfs_open() 722 ((zp->z_pflags & ZFS_APPENDONLY) && !(ioflag & FAPPEND) && in zfs_write() 733 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset; in zfs_write() 763 if (ioflag & FAPPEND) { in zfs_write() 1567 int aflags = (flag & FAPPEND) ? V_APPEND : 0; in zfs_create()
|
H A D | dmu_send.c | 99 0, UIO_SYSSPACE, FAPPEND, RLIM64_INFINITY, CRED(), &resid); in dump_bytes() 1751 ra->voff, UIO_SYSSPACE, FAPPEND, in receive_read()
|
/titanic_44/usr/src/uts/common/fs/sockfs/ |
H A D | nl7clogd.c | 280 ret = VOP_CLOSE(nca_fio_vp(&fio), FCREAT|FWRITE|FAPPEND|FTRUNC, in logd_log_write() 494 FCREAT|FWRITE|FAPPEND, 0600, &vp, 0, 0); in nl7c_logd_init()
|
H A D | socksubr.c | 1909 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in soreadfile()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | console.c | 265 0, UIO_SYSSPACE, FAPPEND, (rlim64_t)LOG_HIWAT, kcred, &res) != 0) { in console_putmsg()
|
H A D | acct.c | 435 sizeof (ag->acctbuf), 0LL, UIO_SYSSPACE, FAPPEND, in acct()
|
H A D | printf.c | 154 len, 0LL, UIO_SYSSPACE, FAPPEND, in cprintf()
|
H A D | exacct.c | 173 bufsize, 0LL, UIO_SYSSPACE, FAPPEND, (rlim64_t)MAXOFFSET_T, in exacct_vn_write_impl()
|
/titanic_44/usr/src/cmd/audio/utilities/ |
H A D | filehdr.c | 278 (fcntl_err & FAPPEND)) { in audio_rewrite_filesize()
|
/titanic_44/usr/src/uts/common/fs/smbclnt/smbfs/ |
H A D | smbfs_vnops.c | 696 if (ioflag & (FAPPEND | FSYNC)) { in smbfs_write() 702 if (ioflag & FAPPEND) { in smbfs_write()
|
/titanic_44/usr/src/uts/common/fs/nfs/ |
H A D | nfs_log.c | 782 int ioflag = FAPPEND; in nfslog_write_logrecords()
|
/titanic_44/usr/src/uts/common/fs/cachefs/ |
H A D | cachefs_log.c | 649 error = VOP_WRITE(logvp, &uio, FAPPEND, kcred, NULL); in cachefs_log_process_queue()
|
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_fsops.c | 98 mode |= FAPPEND; in smb_fsop_amask_to_omode()
|
/titanic_44/usr/src/uts/common/fs/pcfs/ |
H A D | pc_vnops.c | 276 if (ioflag & FAPPEND) { in pcfs_write()
|
/titanic_44/usr/src/uts/common/fs/tmpfs/ |
H A D | tmp_vnops.c | 629 if (ioflag & FAPPEND) { in tmp_write()
|
/titanic_44/usr/src/cmd/truss/ |
H A D | print.c | 2213 FC_FL(FAPPEND),
|