Function report |
Source Code:fs\notify\mark.c |
Create Date:2022-07-28 20:16:35 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Destroy all marks attached to an object via connector
Proto:void fsnotify_destroy_marks(fsnotify_connp_t *connp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
fsnotify_connp_t * | connp |
768 | struct fsnotify_mark * mark, * old_mark = NULL |
773 | If Not conn Then Return |
783 | fsnotify_get_mark(mark) |
784 | spin_unlock( & lock) |
785 | If old_mark Then fsnotify_put_mark(old_mark) |
788 | fsnotify_destroy_mark(mark, Group this mark is for. Set on mark creation, stable until last ref * is dropped ) |
796 | objp = fsnotify_detach_connector_from_object(conn, & type) |
797 | spin_unlock( & lock) |
798 | If old_mark Then fsnotify_put_mark(old_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 |