Home
last modified time | relevance | path

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

12

/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/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()
769 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in readv()
785 else if (((fp->f_flag & FAPPEND) == 0) || in readv()
956 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in writev()
969 else if (((fp->f_flag & FAPPEND) == 0) || in writev()
1172 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in preadv()
[all …]
H A Dsendfile.c154 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64()
263 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64()
312 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk64()
619 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_small_chunk()
846 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
1022 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
1097 (FAPPEND|FSYNC|FDSYNC|FRSYNC); in sendvec_chunk()
H A Dopen.c84 (filemode & (FAPPEND|FCREAT|FTRUNC|FXATTR|FXATTRDIROPEN))) in copen()
/illumos-gate/usr/src/ucbhead/sys/
H A Dfile.h85 #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/lib/smbclnt/libfksmbfs/common/
H A Dfake_rw.c110 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in fake_pread()
H A Dfake_open.c126 if (filemode & FAPPEND) in vn_open()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddmu_diff.c62 sizeof (da->da_ddr), 0, UIO_SYSSPACE, FAPPEND, in write_record()
H A Dzfs_vnops.c204 ((flag & FAPPEND) == 0)) { in zfs_open()
890 ((zp->z_pflags & ZFS_APPENDONLY) && !(ioflag & FAPPEND) && in zfs_write()
901 woff = ioflag & FAPPEND ? zp->z_size : uio->uio_loffset; in zfs_write()
932 if (ioflag & FAPPEND) { in zfs_write()
1742 int aflags = (flag & FAPPEND) ? V_APPEND : 0; in zfs_create()
H A Ddmu_send.c118 0, UIO_SYSSPACE, FAPPEND, RLIM64_INFINITY, CRED(), &resid); in dump_bytes()
/illumos-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.c155 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()
/illumos-gate/usr/src/cmd/audio/utilities/
H A Dfilehdr.c276 (fcntl_err & FAPPEND)) { in audio_rewrite_filesize()
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_log.c784 int ioflag = FAPPEND; in nfslog_write_logrecords()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsocksubr.c1966 ioflag = auio.uio_fmode & (FAPPEND|FSYNC|FDSYNC|FRSYNC); in soreadfile()
/illumos-gate/usr/src/uts/common/fs/smbclnt/smbfs/
H A Dsmbfs_vnops.c746 if (ioflag & (FAPPEND | FSYNC)) { in smbfs_write()
751 if (ioflag & FAPPEND) { in smbfs_write()
/illumos-gate/usr/src/uts/common/fs/tmpfs/
H A Dtmp_vnops.c631 if (ioflag & FAPPEND) { in tmp_write()
/illumos-gate/usr/src/uts/common/fs/pcfs/
H A Dpc_vnops.c277 if (ioflag & FAPPEND) { in pcfs_write()
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_fsops.c100 mode |= FAPPEND; in smb_fsop_amask_to_omode()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c423 return (((ip->i_mode & IFMT) == IFREG) && !(ioflag & FAPPEND) && in ufs_check_rewrite()
597 if ((ioflag & FAPPEND) != 0 && (ip->i_mode & IFMT) == IFREG) { in ufs_write()
/illumos-gate/usr/src/cmd/truss/
H A Dprint.c2445 FC_FL(FAPPEND),

12