Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:inotify_idr_find

Proto:static struct inotify_inode_mark *inotify_idr_find(struct fsnotify_group *group, int wd)

Type:struct inotify_inode_mark

Parameter:

TypeParameterName
struct fsnotify_group *group
intwd
402  idr_lock = idr_lock
404  spin_lock(idr_lock)
405  i_mark = inotify_idr_find_locked(group, wd)
406  spin_unlock(idr_lock)
408  Return i_mark
Caller
NameDescribe
SYSCALL_DEFINE2