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_final_mark_destroy

Proto:static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark)

Type:void

Parameter:

TypeParameterName
struct fsnotify_mark *mark
201  group = Group this mark is for. Set on mark creation, stable until last ref * is dropped
203  If WARN_ON_ONCE(!group) Then Return
205  free_mark(mark)
206  Drop a reference to a group. Free it if it's through.
Caller
NameDescribe
fsnotify_put_mark
fsnotify_mark_destroy_workfn