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:fsnotify_next_mark

Proto:static struct fsnotify_mark *fsnotify_next_mark(struct fsnotify_mark *mark)

Type:struct fsnotify_mark

Parameter:

TypeParameterName
struct fsnotify_mark *mark
252  struct hlist_node * node = NULL
254  If mark Then node = srcu_dereference - fetch SRCU-protected pointer for later dereferencing*@p: the pointer to fetch and protect for later dereferencing*@ssp: pointer to the srcu_struct, which is used to check that we* really are in an SRCU read-side critical section.(next, & protects reads of inode and vfsmount marks list )
258  Return hlist_entry_safe(node, structfsnotify_mark, obj_list)
Caller
NameDescribe
fsnotify_iter_nextPop from iter_info multi head queue, the marks that were iterated in the* current iteration step.