Searched refs:IO_APPEND (Results 1 – 4 of 4) sorted by relevance
310 (off_t)0, UIO_SYSSPACE, IO_APPEND | IO_UNIT, safecred, in acct_process()
259 IO_APPEND | IO_UNIT, vfs_context_ucred(ctx), NULL, in audit_record_write()
1312 ioflag |= IO_APPEND; in vn_write()1357 ioflag &= ~IO_APPEND; in vn_write()1454 if (ioflag & IO_APPEND) { in vn_write()
156 #define IO_APPEND 0x0002 /* append write to end */ macro