Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fs.h Create Date:2022-07-28 05:43:21
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Flush file data before changing attributes. Caller must hold any locks* required to prevent further writes to this file until we're done setting* flags.

Proto:static inline int inode_drain_writes(struct inode *inode)

Type:int

Parameter:

TypeParameterName
struct inode *inode
3626  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
3627  Return filemap_write_and_wait(i_mapping)
Caller
NameDescribe
SYSCALL_DEFINE2