Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:INOTIFY_E

Proto:static inline struct inotify_event_info *INOTIFY_E(struct fsnotify_event *fse)

Type:struct inotify_event_info

Parameter:

TypeParameterName
struct fsnotify_event *fse
22  Return 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.(fse, structinotify_event_info, fse)
Caller
NameDescribe
event_compareCheck if 2 events contain the same information.
inotify_free_event
round_event_name_len
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.