Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\notify\inotify\inotify_user.c Create Date:2022-07-28 20:17:46
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Send IN_IGNORED for this wd, remove this wd from the idr.

Proto:void inotify_ignored_and_remove_idr(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group)

Type:void

Parameter:

TypeParameterName
struct fsnotify_mark *fsn_mark
struct fsnotify_group *group
487  struct fsnotify_iter_info iter_info = {}
489  fsnotify_iter_set_report_type_mark( & iter_info, FSNOTIFY_OBJ_TYPE_INODE, fsn_mark)
493  inotify_handle_event(group, NULL, last inotify event here , NULL, when calling fsnotify tell it if the data is a path or inode , NULL, 0, & iter_info)
496  i_mark = container_of - cast a member of a structure out to the containing structure*@ptr: the pointer to the member.*@type: the type of the container struct this is embedded in.*@member: the name of the member within the struct.(fsn_mark, structinotify_inode_mark, fsn_mark)
498  Remove the mark from the idr (if present) and drop the reference* on the mark because it was in the idr.
500  dec_inotify_watches(ucounts)
Caller
NameDescribe
inotify_freeing_mark