Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:fsnotify_prepare_user_wait

Proto:bool fsnotify_prepare_user_wait(struct fsnotify_iter_info *iter_info)

Type:bool

Parameter:

TypeParameterName
struct fsnotify_iter_info *iter_info
333  If Not Get mark reference when we found the mark via lockless traversal of object* list. Mark can be already removed from the list by now and on its way to be* destroyed once SRCU period ends.* Also pin the group so it doesn't disappear under us. Then Go to fail
342  srcu_read_unlock - unregister a old reader from an SRCU-protected structure.*@ssp: srcu_struct in which to unregister the old reader.*@idx: return value from corresponding srcu_read_lock().* Exit an SRCU read-side critical section.
344  Return true
346  fail :
347  When type >= 0 cycle Puts marks and wakes up group destruction if necessary.* Pairs with fsnotify_get_mark_safe()
349  Return false
Caller
NameDescribe
fanotify_handle_event