Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\aio.c Create Date:2022-07-28 20:21:16
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:aio_fsync

Proto:static int aio_fsync(struct fsync_iocb *req, const struct iocb *iocb, bool datasync)

Type:int

Parameter:

TypeParameterName
struct fsync_iocb *req
const struct iocb *iocb
booldatasync
1600  If Value for the false possibility is greater at compile time(aio_buf || aio_offset || aio_nbytes || RWF_* flags ) Then Return -EINVAL
1604  If Value for the false possibility is greater at compile time(!fsync) Then Return -EINVAL
1607  datasync = datasync
1608  INIT_WORK( & work, aio_fsync_work)
1609  schedule_work - put work task in global workqueue*@work: job to be done* Returns %false if @work was already on the kernel-global workqueue and* %true otherwise
1610  Return 0
Caller
NameDescribe
__io_submit_one