Function report |
Source Code:fs\notify\inotify\inotify_user.c |
Create Date:2022-07-28 20:17:48 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:SYSCALL_DEFINE2
Proto:SYSCALL_DEFINE2(inotify_rm_watch, int, fd, __s32, wd)
Type:
Parameter:Nothing
767 | ret = 0 |
770 | If Value for the false possibility is greater at compile time(!file) Then Return -EBADF |
775 | If Value for the false possibility is greater at compile time(f_op != & inotify_fops) Then Go to out |
781 | i_mark = inotify_idr_find(group, wd) |
782 | If Value for the false possibility is greater at compile time(!i_mark) Then Go to out |
785 | ret = 0 |
787 | fsnotify_destroy_mark( & fsn_mark, group) |
790 | fsnotify_put_mark( & fsn_mark) |
792 | out : |
794 | Return ret |
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 |