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:Drop object reference originally held by a connector
Proto:static void fsnotify_drop_object(unsigned int type, void *objp)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
unsigned int | type | |
void * | objp |
215 | If Not objp Then Return |
218 | If WARN_ON_ONCE(type != FSNOTIFY_OBJ_TYPE_INODE) Then Return |
222 | put an inode |
223 | If atomic_long_dec_and_test( & s_fsnotify_inode_refs) Then wake_up_var( & s_fsnotify_inode_refs) |
Name | Describe |
---|---|
fsnotify_put_mark | |
fsnotify_destroy_marks | Destroy all marks attached to an object via connector |
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 |