Searched refs:IO_APPEND (Results 1 - 7 of 7) sorted by relevance

/xnu-2422.115.4/bsd/kern/
H A Dkern_acct.c298 (off_t)0, UIO_SYSSPACE, IO_APPEND|IO_UNIT, safecred,
H A Dkern_descrip.c477 if ( !(io_flg & IO_APPEND))
/xnu-2422.115.4/bsd/security/audit/
H A Daudit_worker.c256 IO_APPEND|IO_UNIT, vfs_context_ucred(ctx), NULL,
/xnu-2422.115.4/bsd/vfs/
H A Dvfs_vnops.c984 ioflag |= IO_APPEND;
1037 ioflag &= ~IO_APPEND;
1062 if (ioflag & IO_APPEND)
/xnu-2422.115.4/bsd/sys/
H A Dvnode.h129 #define IO_APPEND 0x0002 /* append write to end */ macro
/xnu-2422.115.4/bsd/hfs/
H A Dhfs_readwrite.c379 if (ioflag & IO_APPEND || took_truncate_lock) {
388 if (ioflag & IO_APPEND) {
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_vnops.c2634 if (ioflag & (IO_APPEND | IO_SYNC)) {
2649 if (ioflag & IO_APPEND) {
2670 if (((uio_offset(uio) + uio_resid(uio)) > (off_t)np->n_size) && !(ioflag & IO_APPEND)) {
3100 } else if (((n + on) == biosize) || (ioflag & IO_APPEND) ||

Completed in 163 milliseconds