函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:fs\notify\mark.c Create Date:2022-07-29 10:48:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:fsnotify_final_mark_destroy

函数原型:static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark)

返回类型:void

参数:

类型参数名称
struct fsnotify_mark *mark
201  group等于 Group this mark is for. Set on mark creation, stable until last ref * is dropped
203  如果WARN_ON_ONCE(!group)则返回
205  free_mark(mark)
206  Drop a reference to a group. Free it if it's through.
调用者
名称描述
fsnotify_put_mark
fsnotify_mark_destroy_workfn