Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fsnotify_destroy_event

Proto:void fsnotify_destroy_event(struct fsnotify_group *group, struct fsnotify_event *event)

Type:void

Parameter:

TypeParameterName
struct fsnotify_group *group
struct fsnotify_event *event
61  If Not event || event == Event we queue when the * notification list is too * full Then Return
69  If Not list_empty - tests whether a list is empty*@head: the list to test. Then
70  spin_lock( & protect the notification_list )
71  WARN_ON(!list_empty - tests whether a list is empty*@head: the list to test.)
72  spin_unlock( & protect the notification_list )
74  free_event(event)
Caller
NameDescribe
fsnotify_flush_notifyCalled when a group is being torn down to clean up any outstanding* event notifications.
inotify_handle_event
inotify_read
fanotify_get_responseWait for response to permission event
fanotify_handle_event
finish_permission_eventFinish processing of permission event by setting it to ANSWERED state and* drop group->notification_lock.
fanotify_read
fanotify_release