Changeset View
Changeset View
Standalone View
Standalone View
lib/libsys/aio_fsync.2
| Show All 22 Lines | |||||
| .\" SUCH DAMAGE. | .\" SUCH DAMAGE. | ||||
| .\" | .\" | ||||
| .Dd November 15, 2023 | .Dd November 15, 2023 | ||||
| .Dt AIO_FSYNC 2 | .Dt AIO_FSYNC 2 | ||||
| .Os | .Os | ||||
| .Sh NAME | .Sh NAME | ||||
| .Nm aio_fsync | .Nm aio_fsync | ||||
| .Nd asynchronous file synchronization (REALTIME) | .Nd asynchronous file synchronization (REALTIME) | ||||
| .Sh LIBRARY | |||||
| .Lb libc | |||||
| .Sh SYNOPSIS | .Sh SYNOPSIS | ||||
| .Lb libc | |||||
| .In aio.h | .In aio.h | ||||
| .Ft int | .Ft int | ||||
| .Fn aio_fsync "int op" "struct aiocb *iocb" | .Fn aio_fsync "int op" "struct aiocb *iocb" | ||||
| .Sh DESCRIPTION | .Sh DESCRIPTION | ||||
| The | The | ||||
| .Fn aio_fsync | .Fn aio_fsync | ||||
| system call allows the calling process to move all modified data | system call allows the calling process to move all modified data | ||||
| associated with the descriptor | associated with the descriptor | ||||
| ▲ Show 20 Lines • Show All 140 Lines • Show Last 20 Lines | |||||