函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:snotify_inoderemove - an inode is going away

函数原型:static inline void fsnotify_inoderemove(struct inode *inode)

返回类型:void

参数:

类型参数名称
struct inode *inode
159  mask等于Self was deleted
161  如果S_ISDIR(i_mode)则mask或等于vent occurred against dir
164  fsnotify(inode, mask, inode, FSNOTIFY_EVENT_INODE, NULL, 0)
165  __fsnotify_inode_delete(inode)
调用者
名称描述
dentry_unlink_inodeRelease the dentry's inode, using the filesystem* d_iput() operation if defined.