Function report |
Source Code:fs\notify\inotify\inotify_user.c |
Create Date:2022-07-28 20:17:45 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Get an inotify_kernel_event if one exists and is small* enough to fit in "count". Return an error pointer if* not large enough.* Called with the group->notification_lock held.
Proto:static struct fsnotify_event *get_one_event(struct fsnotify_group *group, size_t count)
Type:struct fsnotify_event
Parameter:
Type | Parameter | Name |
---|---|---|
struct fsnotify_group * | group | |
size_t | count |
135 | event_size = sizeof(structinotify_event) |
138 | If rn true if the notify queue is empty, false otherwise Then Return NULL |
145 | event_size += round_event_name_len(event) |
146 | If event_size > count Then Return ERR_PTR( - EINVAL) |
153 | Return event |
Name | Describe |
---|---|
inotify_read |
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 |