Function report |
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 activity | Download SCCT | Chinese |
Name:Mark mark as detached, remove it from group list
Proto:void fsnotify_detach_mark(struct fsnotify_mark *mark)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct fsnotify_mark * | mark |
375 | WARN_ON_ONCE(!mutex_is_locked( & protect marks_list )) |
382 | If Not ( flags [mark->lock] & FSNOTIFY_MARK_FLAG_ATTACHED) Then |
384 | Return |
390 | atomic_dec( & 1 for each mark and 1 for not being * past the point of no return when freeing * a group ) |
393 | fsnotify_put_mark(mark) |
Name | Describe |
---|---|
untag_chunk | |
create_chunk | Call with group->mark_mutex held, releases it |
fsnotify_destroy_mark | |
fsnotify_clear_marks_by_group | Clear any marks in a group with given type mask |
dnotify_flush | Called every time a file is closed. Looks first for a dnotify mark on the* inode. If one is found run all of the ->dn structures attached to that* mark for one relevant to this process closing the file and remove that* dnotify_struct |
fcntl_dirnotify | When a process calls fcntl to attach a dnotify watch to a directory it ends* up here. Allocate both a mark for fsnotify to add and a dnotify_struct to be* attached to the fsnotify_mark. |
fanotify_remove_mark |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |