Home
last modified time | relevance | path

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

12

/onnv-gate/usr/src/uts/common/syscall/
H A Drw.c176 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in read()
192 else if (((fp->f_flag & FAPPEND) == 0) || in read()
308 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in write()
321 else if (((fp->f_flag & FAPPEND) == 0) || in write()
451 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in pread()
744 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in readv()
760 else if (((fp->f_flag & FAPPEND) == 0) || in readv()
897 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in writev()
910 else if (((fp->f_flag & FAPPEND) == 0) || in writev()
1025 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in pread64()
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()
1005 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
1080 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
H A Dopen.c80 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
/onnv-gate/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
/onnv-gate/usr/src/ucbhead/sys/
H A Dfile.h87 #define FAPPEND 0x08 macro
H A Dfcntl.h127 #define FAPPEND 0x08 macro
/onnv-gate/usr/src/uts/common/sys/
H A Dfile.h83 #define FAPPEND 0x08 macro
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Fcntl/
H A DMakefile.PL34 DN_ATTRIB DN_MULTISHOT FAPPEND FASYNC FCREAT FDEFER
/onnv-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c60 sizeof (da->da_ddr), 0, UIO_SYSSPACE, FAPPEND, in write_record()
H A Ddmu_send.c81 0, UIO_SYSSPACE, FAPPEND, RLIM64_INFINITY, CRED(), &resid); in dump_bytes()
920 ra->voff, UIO_SYSSPACE, FAPPEND, in restore_read()
H A Dzfs_vnops.c183 ((flag & FAPPEND) == 0)) { in zfs_open()
637 ((zp->z_pflags & ZFS_APPENDONLY) && !(ioflag & FAPPEND) && in zfs_write()
648 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset; in zfs_write()
678 if (ioflag & FAPPEND) { in zfs_write()
1460 int aflags = (flag & FAPPEND) ? V_APPEND : 0; in zfs_create()
/onnv-gate/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()
/onnv-gate/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.c147 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()
/onnv-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c278 (fcntl_err & FAPPEND)) { in audio_rewrite_filesize()
/onnv-gate/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()
/onnv-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c782 int ioflag = FAPPEND; in nfslog_write_logrecords()
/onnv-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c96 mode |= FAPPEND; in smb_fsop_amask_to_omode()
/onnv-gate/usr/src/uts/common/fs/cachefs/
H A Dcachefs_log.c649 error = VOP_WRITE(logvp, &uio, FAPPEND, kcred, NULL); in cachefs_log_process_queue()
/onnv-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c624 if (ioflag & FAPPEND) { in tmp_write()
/onnv-gate/usr/src/cmd/truss/
H A Dprint.c2132 FC_FL(FAPPEND),

12