Searched refs:FAPPEND (Results 1 - 25 of 31) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Dfile.h58 #define FMASK (FREAD|FWRITE|FAPPEND|FSYNC|FNBIO|FNONBIO)
H A Dfcntlcom.h89 #define FAPPEND _FAPPEND macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dfcntl.h153 #define FMASK (FREAD|FWRITE|FAPPEND|FASYNC|FFSYNC|FNONBLOCK|O_DIRECT|FEXEC)
155 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK|FRDAHEAD|O_DIRECT)
166 #define FCNTLFLAGS (FAPPEND|FASYNC|FFSYNC|FNONBLOCK|FPOSIXSHM|FRDAHEAD| \
177 #define FAPPEND O_APPEND /* kernel/compat */ macro
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h87 #define FAPPEND 0x08 macro
H A Dfcntl.h128 #define FAPPEND 0x08 macro
/illumos-gate/usr/src/uts/common/sys/
H A Dfile.h87 #define FAPPEND 0x08 macro
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c175 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
191 else if (((fp->f_flag & FAPPEND) == 0) ||
307 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
320 else if (((fp->f_flag & FAPPEND) == 0) ||
450 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
585 * To make this be true, we omit the FAPPEND flag from ioflag.
743 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
759 else if (((fp->f_flag & FAPPEND) == 0) ||
896 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
909 else if (((fp->f_flag & FAPPEND)
[all...]
H A Dsendfile.c155 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
264 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
313 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
620 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
843 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
1005 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
1080 (FAPPEND|FSYNC|FDSYNC|FRSYNC);
H A Dopen.c78 * Must not be any of FAPPEND FCREAT FTRUNC FXATTR FXATTRDIROPEN
83 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN)))
/illumos-gate/usr/src/uts/common/os/
H A Dconsole.c265 0, UIO_SYSSPACE, FAPPEND, (rlim64_t)LOG_HIWAT, kcred, &res) != 0) {
H A Dacct.c435 sizeof (ag->acctbuf), 0LL, UIO_SYSSPACE, FAPPEND,
H A Dprintf.c154 len, 0LL, UIO_SYSSPACE, FAPPEND,
H A Dexacct.c173 bufsize, 0LL, UIO_SYSSPACE, FAPPEND, (rlim64_t)MAXOFFSET_T,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c61 sizeof (da->da_ddr), 0, UIO_SYSSPACE, FAPPEND,
H A Dzfs_vnops.c199 ((flag & FAPPEND) == 0)) {
637 * ioflag - FAPPEND, FSYNC, and/or FDSYNC. FAPPEND is
712 ((zp->z_pflags & ZFS_APPENDONLY) && !(ioflag & FAPPEND) &&
723 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset;
753 if (ioflag & FAPPEND) {
1541 int aflags = (flag & FAPPEND) ? V_APPEND : 0;
H A Ddmu_send.c116 0, UIO_SYSSPACE, FAPPEND, RLIM64_INFINITY, CRED(), &resid);
1890 ra->voff, UIO_SYSSPACE, FAPPEND,
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7clogd.c280 ret = VOP_CLOSE(nca_fio_vp(&fio), FCREAT|FWRITE|FAPPEND|FTRUNC,
494 FCREAT|FWRITE|FAPPEND, 0600, &vp, 0, 0);
H A Dsocksubr.c1909 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC);
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c278 (fcntl_err & FAPPEND)) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c695 * Handle ioflag bits: (FAPPEND|FSYNC|FDSYNC)
697 if (ioflag & (FAPPEND | FSYNC)) {
703 if (ioflag & FAPPEND) {
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c782 int ioflag = FAPPEND;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c98 mode |= FAPPEND;
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c276 if (ioflag & FAPPEND) {
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c630 if (ioflag & FAPPEND) {
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2309 FC_FL(FAPPEND),

Completed in 137 milliseconds

12