函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\fsnotify.h Create Date:2022-07-27 13:03:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:snotify_open - file was opened

函数原型:static inline void fsnotify_open(struct file *file)

返回类型:void

参数:

类型参数名称
struct file *file
264  path等于f_path
265  inode等于file_inode(file)
266  mask等于File was opened
268  如果S_ISDIR(i_mode)则mask或等于vent occurred against dir
270  如果f_flags按位与__FMODE_EXECmask或等于File was opened for exec
273  Simple wrapper to consolidate calls fsnotify_parent()/fsnotify() when* an event is on a path.
调用者
名称描述
do_sys_open
do_open_execat
do_handle_open