Home
last modified time | relevance | path

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

/f-stack/freebsd/security/audit/
H A Daudit_worker.c270 IO_APPEND|IO_UNIT, cred, NULL, NULL, curthread); in audit_record_write()
/f-stack/freebsd/kern/
H A Dkern_acct.c447 (off_t)0, UIO_SYSSPACE, IO_APPEND|IO_UNIT, acct_cred, NOCRED, in acct_process()
H A Dkern_alq.c377 VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, alq->aq_cred); in alq_doio()
H A Dkern_ktrace.c1257 error = VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, cred); in ktr_writerequest()
H A Dvfs_vnops.c587 } else if ((ioflg & IO_APPEND) != 0) { in vn_rdwr()
1065 ioflag |= IO_APPEND; in vn_write()
/f-stack/freebsd/sys/
H A Dvnode.h317 #define IO_APPEND 0x0002 /* append write to end */ macro
/f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c4395 if (ioflags & IO_APPEND) in ioflags()