Home
last modified time | relevance | path

Searched refs:IO_UNIT (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/security/audit/
H A Daudit_worker.c267 IO_APPEND|IO_UNIT, cred, NULL, NULL, curthread); in audit_record_write()
/freebsd/sys/kern/
H A Dkern_acct.c426 (off_t)0, UIO_SYSSPACE, IO_APPEND|IO_UNIT, acct_cred, NOCRED, in acct_process()
H A Dkern_alq.c379 VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, alq->aq_cred); in alq_doio()
H A Dkern_ktrace.c1364 error = VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, cred); in ktr_writerequest()
H A Dkern_exec.c1980 len, offset, seg, IO_UNIT | IO_DIRECT | IO_RANGELOCKED, in core_write()
H A Dvfs_vnops.c1158 ioflag = IO_UNIT; in vn_write()
/freebsd/sys/ufs/ffs/
H A Dffs_snapshot.c800 if ((error = VOP_WRITE(vp, &auio, IO_UNIT, td->td_ucred)) != 0) { in ffs_snapshot()
2094 if ((error = VOP_READ(vp, &auio, IO_UNIT, td->td_ucred)) != 0) { in ffs_snapshot_mount()
2106 if ((error = VOP_READ(vp, &auio, IO_UNIT, td->td_ucred)) != 0) { in ffs_snapshot_mount()
H A Dffs_vnops.c1041 if (ioflag & IO_UNIT) { in ffs_write()
1292 if (ioflag & IO_UNIT) { in ffs_extwrite()
/freebsd/sys/fs/msdosfs/
H A Dmsdosfs_vnops.c701 if (error && (error != ENOSPC || (ioflag & IO_UNIT))) in msdosfs_write()
816 if (ioflag & IO_UNIT) { in msdosfs_write()
/freebsd/sys/sys/
H A Dvnode.h316 #define IO_UNIT 0x0001 /* do I/O as atomic unit */ macro
/freebsd/sys/fs/nfsclient/
H A Dnfs_clbio.c1259 if (ioflag & IO_UNIT) { in ncl_write()
/freebsd/sys/fs/ext2fs/
H A Dext2_vnops.c2326 if (ioflag & IO_UNIT) { in ext2_write()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c5376 error = VOP_READ(vp, ap->a_uio, IO_UNIT, ap->a_cred); in zfs_getextattr_dir()
5663 VOP_WRITE(vp, ap->a_uio, IO_UNIT, ap->a_cred); in zfs_setextattr_dir()