Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:snotify_modify - file was modified

Proto:static inline void fsnotify_modify(struct file *file)

Type:void

Parameter:

TypeParameterName
struct file *file
248  path = f_path
249  inode = file_inode(file)
250  mask = File was modified
252  If S_ISDIR(i_mode) Then mask |= vent occurred against dir
255  If Not (f_mode & File was opened by fanotify and shouldn't generate fanotify events ) Then Simple wrapper to consolidate calls fsnotify_parent()/fsnotify() when* an event is on a path.
Caller
NameDescribe
vfs_fallocate
__kernel_write
vfs_write
do_iter_write
do_sendfile
vfs_copy_file_rangepy_file_range() differs from regular file read and write in that it* specifically allows return partial success. When it does so is up to* the copy_file_range method.
do_clone_file_range