Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:Pop from iter_info multi head queue, the marks that were iterated in the* current iteration step.

Proto:static void fsnotify_iter_next(struct fsnotify_iter_info *iter_info)

Type:void

Parameter:

TypeParameterName
struct fsnotify_iter_info *iter_info
306  If fsnotify_iter_should_report_type(iter_info, type) Then marks[type] = fsnotify_next_mark(marks[type])
Caller
NameDescribe
fsnotifyThis is the main call to fsnotify. The VFS calls into hook specific functions* in linux/fsnotify.h. Those functions then in turn call here. Here will call* out to all of the registered fsnotify_group. Those groups can then use the