Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:snotify_inode_delete - and inode is being evicted from cache, clean up is needed

Proto:static inline void fsnotify_inode_delete(struct inode *inode)

Type:void

Parameter:

TypeParameterName
struct inode *inode
143  __fsnotify_inode_delete(inode)
Caller
NameDescribe
__destroy_inode
fsnotify_unmount_inodessnotify_unmount_inodes - an sb is unmounting. handle any watched inodes.*@sb: superblock being unmounted.* Called during unmount with no locks held, so needs to be safe against* concurrent modifiers. We temporarily drop sb->s_inode_list_lock and CAN block.