Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\inode.c Create Date:2022-07-28 20:08:00
Last Modify:2020-03-18 19:19:59 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:de_dio_wait - wait for outstanding DIO requests to finish*@inode: inode to wait for* Waits for all pending direct I/O requests to finish so that we can* proceed with a truncate or equivalent operation

Proto:void inode_dio_wait(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
2120  If atomic_read( & i_dio_count) Then Direct i/o helper functions
Caller
NameDescribe
generic_remap_file_range_prepCheck that the two inodes are eligible for cloning, the ranges make* sense, and then flush all dirty data. Caller must ensure that the* inodes have been locked against any other modifications.
inode_drain_writesFlush file data before changing attributes. Caller must hold any locks* required to prevent further writes to this file until we're done setting* flags.