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:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:inotify_mask_to_arg

Proto:static inline unsigned int inotify_mask_to_arg(__u32 mask)

Type:unsigned int

Parameter:

TypeParameterName
__u32mask
96  Return mask & ( All of the events - we build the list by hand so that we can add flags in* the future and not break backward compatibility. Apps will get only the* events that they originally wanted. Be sure to add new events here! | vent occurred against dir | Backing fs was unmounted | File was ignored | Event queued overflowed )
Caller
NameDescribe
copy_event_to_userCopy an event to user space, returning how much we copied.* We already checked that the event size is smaller than the* buffer we had in "get_one_event()" above.