Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:inotify_merge

Proto:static int inotify_merge(struct list_head *list, struct fsnotify_event *event)

Type:int

Parameter:

TypeParameterName
struct list_head *list
struct fsnotify_event *event
54  last_event = list_entry - get the struct for this entry*@ptr: the &struct list_head pointer.*@type: the type of the struct this is embedded in.*@member: the name of the list_head within the struct.(prev, structfsnotify_event, list)
55  Return Check if 2 events contain the same information.