函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\notify\fsnotify.c Create Date:2022-07-29 10:47:33
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:Pop from iter_info multi head queue, the marks that were iterated in the* current iteration step.

函数原型:static void fsnotify_iter_next(struct fsnotify_iter_info *iter_info)

返回类型:void

参数:

类型参数名称
struct fsnotify_iter_info *iter_info
306  如果fsnotify_iter_should_report_type(iter_info, type)则marks[type]等于fsnotify_next_mark(marks[type])
调用者
名称描述
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