Home
last modified time | relevance | path

Searched refs:FAPPEND (Results 1 – 25 of 32) sorted by relevance

12

/titanic_41/usr/src/uts/common/syscall/
H A Drw.c175 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 Dsendfile.c155 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 Dopen.c83 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h58 #define FMASK (FREAD|FWRITE|FAPPEND|FSYNC|FNBIO|FNONBIO)
H A Dfcntlcom.h88 #define FAPPEND _FAPPEND macro
/titanic_41/usr/src/ucbhead/sys/
H A Dfile.h87 #define FAPPEND 0x08 macro
H A Dfcntl.h127 #define FAPPEND 0x08 macro
/titanic_41/usr/src/uts/common/sys/
H A Dfile.h85 #define FAPPEND 0x08 macro
/titanic_41/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c61 sizeof (da->da_ddr), 0, UIO_SYSSPACE, FAPPEND, in write_record()
H A Dzfs_vnops.c199 ((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 Ddmu_send.c99 0, UIO_SYSSPACE, FAPPEND, RLIM64_INFINITY, CRED(), &resid); in dump_bytes()
1751 ra->voff, UIO_SYSSPACE, FAPPEND, in receive_read()
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c280 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 Dsocksubr.c1909 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in soreadfile()
/titanic_41/usr/src/uts/common/os/
H A Dconsole.c265 0, UIO_SYSSPACE, FAPPEND, (rlim64_t)LOG_HIWAT, kcred, &res) != 0) { in console_putmsg()
H A Dacct.c435 sizeof (ag->acctbuf), 0LL, UIO_SYSSPACE, FAPPEND, in acct()
H A Dprintf.c154 len, 0LL, UIO_SYSSPACE, FAPPEND, in cprintf()
H A Dexacct.c173 bufsize, 0LL, UIO_SYSSPACE, FAPPEND, (rlim64_t)MAXOFFSET_T, in exacct_vn_write_impl()
/titanic_41/usr/src/cmd/audio/utilities/
H A Dfilehdr.c278 (fcntl_err & FAPPEND)) { in audio_rewrite_filesize()
/titanic_41/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c696 if (ioflag & (FAPPEND | FSYNC)) { in smbfs_write()
702 if (ioflag & FAPPEND) { in smbfs_write()
/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c782 int ioflag = FAPPEND; in nfslog_write_logrecords()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c98 mode |= FAPPEND; in smb_fsop_amask_to_omode()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c649 error = VOP_WRITE(logvp, &uio, FAPPEND, kcred, NULL); in cachefs_log_process_queue()
/titanic_41/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c629 if (ioflag & FAPPEND) { in tmp_write()
/titanic_41/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c276 if (ioflag & FAPPEND) { in pcfs_write()
/titanic_41/usr/src/cmd/truss/
H A Dprint.c2213 FC_FL(FAPPEND),

12