Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fanotify_is_perm_event

Proto:static inline bool fanotify_is_perm_event(unsigned int mask)

Type:bool

Parameter:

TypeParameterName
unsigned intmask
133  Return IS_ENABLED(CONFIG_FOO) evaluates to 1 if CONFIG_FOO is set to 'y' or 'm',* 0 otherwise.(CONFIG_FANOTIFY_ACCESS_PERMISSIONS) && mask & Events that require a permission response from user
Caller
NameDescribe
fanotify_mergeand the list better be locked by something too!
fanotify_alloc_event
fanotify_handle_event
fanotify_free_event
get_one_eventGet an fsnotify notification event if one exists and is small* enough to fit in "count". Return an error pointer if the count* is not large enough. When permission event is dequeued, its state is* updated accordingly.
copy_event_to_user
fanotify_read