Function report |
Source Code:fs\notify\fanotify\fanotify_user.c |
Create Date:2022-07-28 20:18:34 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:fanotify_remove_mark
Proto:static int fanotify_remove_mark(struct fsnotify_group *group, fsnotify_connp_t *connp, __u32 mask, unsigned int flags)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct fsnotify_group * | group | |
fsnotify_connp_t * | connp | |
__u32 | mask | |
unsigned int | flags |
608 | struct fsnotify_mark * fsn_mark = NULL |
612 | mutex_lock( & protect marks_list ) |
613 | fsn_mark = Given a list of marks, find the mark associated with given group. If found* take a reference to that mark and return it, else return NULL. |
614 | If Not fsn_mark Then |
616 | Return -ENOENT |
619 | removed = fanotify_mark_remove_from_mask(fsn_mark, mask, flags, & destroy_mark) |
626 | If destroy_mark Then Free fsnotify mark |
631 | Return 0 |
Name | Describe |
---|---|
fanotify_remove_vfsmount_mark | |
fanotify_remove_sb_mark | |
fanotify_remove_inode_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 |