Function report |
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 activity | Download SCCT | Chinese |
Name:snotify_access - file was read
Proto:static inline void fsnotify_access(struct file *file)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct file * | file |
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. |
Name | Describe |
---|---|
vfs_read | |
do_iter_read | |
do_sendfile | |
vfs_copy_file_range | py_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 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |