Function report |
Source Code:fs\notify\group.c |
Create Date:2022-07-28 20:16:20 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:Create a new fsnotify_group and hold a reference for the group returned.
Proto:struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops)
Type:struct fsnotify_group
Parameter:
Type | Parameter | Name |
---|---|---|
const struct fsnotify_ops * | ops |
120 | group = kzalloc - allocate memory. The memory is set to zero.*@size: how many bytes of memory are required.*@flags: the type of memory to allocate (see kmalloc). |
126 | atomic_set( & 1 for each mark and 1 for not being * past the point of no return when freeing * a group , 0) |
134 | mutex_init - initialize the mutex*@mutex: the mutex to be initialized* Initialize the mutex to unlocked state.* It is not allowed to initialize an already locked mutex.( & protect marks_list ) |
139 | Return group |
Name | Describe |
---|---|
audit_watch_init | |
audit_fsnotify_init | |
audit_tree_init | |
dnotify_init | |
inotify_new_group | |
SYSCALL_DEFINE2 | anotify syscalls |
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 |