Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/security/audit/
HDaudit_worker.c268 IO_APPEND|IO_UNIT, cred, NULL, NULL, curthread); in audit_record_write()
/freebsd-13-stable/sys/kern/
HDkern_acct.c429 (off_t)0, UIO_SYSSPACE, IO_APPEND|IO_UNIT, acct_cred, NOCRED, in acct_process()
HDkern_alq.c375 VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, alq->aq_cred); in alq_doio()
HDkern_ktrace.c1338 error = VOP_WRITE(vp, &auio, IO_UNIT | IO_APPEND, cred); in ktr_writerequest()
HDkern_exec.c2024 len, offset, seg, IO_UNIT | IO_DIRECT | IO_RANGELOCKED, in core_write()
HDvfs_vnops.c1144 ioflag = IO_UNIT; in vn_write()
/freebsd-13-stable/sys/ufs/ffs/
HDffs_snapshot.c811 if ((error = VOP_WRITE(vp, &auio, IO_UNIT, td->td_ucred)) != 0) { in ffs_snapshot()
2103 if ((error = VOP_READ(vp, &auio, IO_UNIT, td->td_ucred)) != 0) { in ffs_snapshot_mount()
2115 if ((error = VOP_READ(vp, &auio, IO_UNIT, td->td_ucred)) != 0) { in ffs_snapshot_mount()
HDffs_vnops.c1032 if (ioflag & IO_UNIT) { in ffs_write()
1283 if (ioflag & IO_UNIT) { in ffs_extwrite()
/freebsd-13-stable/sys/fs/msdosfs/
HDmsdosfs_vnops.c706 if (error && (error != ENOSPC || (ioflag & IO_UNIT))) in msdosfs_write()
821 if (ioflag & IO_UNIT) { in msdosfs_write()
/freebsd-13-stable/sys/sys/
HDvnode.h319 #define IO_UNIT 0x0001 /* do I/O as atomic unit */ macro
/freebsd-13-stable/sys/fs/nfsclient/
HDnfs_clbio.c1262 if (ioflag & IO_UNIT) { in ncl_write()
/freebsd-13-stable/sys/fs/ext2fs/
HDext2_vnops.c2326 if (ioflag & IO_UNIT) { in ext2_write()
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
HDzfs_vnops_os.c5400 error = VOP_READ(vp, ap->a_uio, IO_UNIT, ap->a_cred); in zfs_getextattr_dir()
5645 VOP_WRITE(vp, ap->a_uio, IO_UNIT, ap->a_cred); in zfs_setextattr_dir()