Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:snotify_access - file was read

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

Type:void

Parameter:

TypeParameterName
struct file *file
232  path = f_path
233  inode = file_inode(file)
234  mask = File was accessed
236  If S_ISDIR(i_mode) Then mask |= vent occurred against dir
239  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_read
do_iter_read
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
iterate_dir