Searched refs:IO_APPEND (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/security/audit/ |
| H A D | audit_worker.c | 270 IO_APPEND|IO_UNIT, cred, NULL, NULL, curthread); in audit_record_write()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_acct.c | 447 (off_t)0, UIO_SYSSPACE, IO_APPEND|IO_UNIT, acct_cred, NOCRED, in acct_process()
|
| H A D | kern_alq.c | 377 VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, alq->aq_cred); in alq_doio()
|
| H A D | kern_ktrace.c | 1257 error = VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, cred); in ktr_writerequest()
|
| H A D | vfs_vnops.c | 587 } else if ((ioflg & IO_APPEND) != 0) { in vn_rdwr() 1065 ioflag |= IO_APPEND; in vn_write()
|
| /f-stack/freebsd/sys/ |
| H A D | vnode.h | 317 #define IO_APPEND 0x0002 /* append write to end */ macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | zfs_vnops_os.c | 4395 if (ioflags & IO_APPEND) in ioflags()
|