函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:fsnotify_destroy_mark

函数原型:void fsnotify_destroy_mark(struct fsnotify_mark *mark, struct fsnotify_group *group)

返回类型:void

参数:

类型参数名称
struct fsnotify_mark *mark
struct fsnotify_group *group
429  mutex_lock_nested( & protect marks_list , For trivial one-depth nesting of a lock-class, the following* global define can be used. (Subsystems with multiple levels* of nesting should define their own lock-nesting subclasses.))
430  Mark mark as detached, remove it from group list
431  mutex_unlock - release the mutex*@lock: the mutex to be released* Unlock a mutex that has been locked by this task previously.* This function must not be used in interrupt context. Unlocking* of a not locked mutex is not allowed.
432  Free fsnotify mark
调用者
名称描述
audit_remove_parent_watchesRemove all watches & rules associated with a parent that is going away.
audit_remove_watch_rule
audit_remove_mark
fsnotify_destroy_marksDestroy all marks attached to an object via connector
inotify_handle_event
SYSCALL_DEFINE2