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:Drop object reference originally held by a connector

Proto:static void fsnotify_drop_object(unsigned int type, void *objp)

Type:void

Parameter:

TypeParameterName
unsigned inttype
void *objp
215  If Not objp Then Return
218  If WARN_ON_ONCE(type != FSNOTIFY_OBJ_TYPE_INODE) Then Return
220  inode = objp
221  sb = i_sb
222  put an inode
223  If atomic_long_dec_and_test( & s_fsnotify_inode_refs) Then wake_up_var( & s_fsnotify_inode_refs)
Caller
NameDescribe
fsnotify_put_mark
fsnotify_destroy_marksDestroy all marks attached to an object via connector