Home
last modified time | relevance | path

Searched refs:fsnotify_group (Results 1 – 18 of 18) sorted by relevance

/linux/include/linux/
A Dfsnotify_backend.h112 struct fsnotify_group;
196 struct fsnotify_group { struct
402 struct fsnotify_group *current_group;
534 struct fsnotify_group *group;
646 int (*merge)(struct fsnotify_group *,
648 void (*insert)(struct fsnotify_group *,
653 int (*merge)(struct fsnotify_group *, in fsnotify_add_event() argument
788 struct fsnotify_group *group);
791 struct fsnotify_group *group);
816 struct fsnotify_group *group) in fsnotify_find_inode_mark()
[all …]
/linux/fs/notify/
A Dgroup.c22 static void fsnotify_final_destroy_group(struct fsnotify_group *group) in fsnotify_final_destroy_group()
37 void fsnotify_group_stop_queueing(struct fsnotify_group *group) in fsnotify_group_stop_queueing()
50 void fsnotify_destroy_group(struct fsnotify_group *group) in fsnotify_destroy_group()
99 void fsnotify_get_group(struct fsnotify_group *group) in fsnotify_get_group()
107 void fsnotify_put_group(struct fsnotify_group *group) in fsnotify_put_group()
114 static struct fsnotify_group *__fsnotify_alloc_group( in __fsnotify_alloc_group()
118 struct fsnotify_group *group; in __fsnotify_alloc_group()
120 group = kzalloc(sizeof(struct fsnotify_group), gfp); in __fsnotify_alloc_group()
145 struct fsnotify_group *fsnotify_alloc_group(const struct fsnotify_ops *ops, in fsnotify_alloc_group()
157 struct fsnotify_group *group = file->private_data; in fsnotify_fasync()
A Dnotification.c50 void fsnotify_destroy_event(struct fsnotify_group *group, in fsnotify_destroy_event()
81 int fsnotify_insert_event(struct fsnotify_group *group, in fsnotify_insert_event()
83 int (*merge)(struct fsnotify_group *, in fsnotify_insert_event() argument
85 void (*insert)(struct fsnotify_group *, in fsnotify_insert_event() argument
132 void fsnotify_remove_queued_event(struct fsnotify_group *group, in fsnotify_remove_queued_event()
148 struct fsnotify_event *fsnotify_peek_first_event(struct fsnotify_group *group) in fsnotify_peek_first_event()
163 struct fsnotify_event *fsnotify_remove_first_event(struct fsnotify_group *group) in fsnotify_remove_first_event()
181 void fsnotify_flush_notify(struct fsnotify_group *group) in fsnotify_flush_notify()
A Dfsnotify.h65 extern void fsnotify_flush_notify(struct fsnotify_group *group);
71 extern int fsnotify_compare_groups(struct fsnotify_group *a,
72 struct fsnotify_group *b);
A Dmark.c355 struct fsnotify_group *group = mark->group; in fsnotify_final_mark_destroy()
468 struct fsnotify_group *group = mark->group; in fsnotify_put_mark_wake()
559 struct fsnotify_group *group = mark->group; in fsnotify_free_mark()
580 struct fsnotify_group *group) in fsnotify_destroy_mark()
608 int fsnotify_compare_groups(struct fsnotify_group *a, struct fsnotify_group *b) in fsnotify_compare_groups()
789 struct fsnotify_group *group = mark->group; in fsnotify_add_mark_locked()
829 struct fsnotify_group *group = mark->group; in fsnotify_add_mark()
843 struct fsnotify_group *group) in fsnotify_find_mark()
870 void fsnotify_clear_marks_by_group(struct fsnotify_group *group, in fsnotify_clear_marks_by_group()
957 struct fsnotify_group *group) in fsnotify_init_mark()
A Dfdinfo.c29 struct fsnotify_group *group = f->private_data; in show_fdinfo()
131 struct fsnotify_group *group = f->private_data; in fanotify_show_fdinfo()
A Dfsnotify.c274 static int fsnotify_handle_inode_event(struct fsnotify_group *group, in fsnotify_handle_inode_event()
301 static int fsnotify_handle_event(struct fsnotify_group *group, __u32 mask, in fsnotify_handle_event()
358 struct fsnotify_group *group = NULL; in send_to_group()
434 struct fsnotify_group *max_prio_group = NULL; in fsnotify_iter_select_report_types()
/linux/fs/notify/inotify/
A Dinotify_user.c141 struct fsnotify_group *group = file->private_data; in inotify_poll()
199 static ssize_t copy_event_to_user(struct fsnotify_group *group, in copy_event_to_user()
252 struct fsnotify_group *group; in inotify_read()
303 struct fsnotify_group *group = file->private_data; in inotify_release()
316 struct fsnotify_group *group; in inotify_ioctl()
521 struct fsnotify_group *group) in inotify_ignored_and_remove_idr()
590 static int inotify_new_watch(struct fsnotify_group *group, in inotify_new_watch()
655 struct fsnotify_group *group; in inotify_new_group()
696 struct fsnotify_group *group; in do_inotify_init()
732 struct fsnotify_group *group; in SYSCALL_DEFINE3()
[all …]
A Dinotify_fsnotify.c49 static int inotify_merge(struct fsnotify_group *group, in inotify_merge()
66 struct fsnotify_group *group = inode_mark->group; in inotify_handle_inode_event()
138 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) in inotify_freeing_mark()
178 static void inotify_free_group_priv(struct fsnotify_group *group) in inotify_free_group_priv()
187 static void inotify_free_event(struct fsnotify_group *group, in inotify_free_event()
A Dinotify.h45 struct fsnotify_group *group);
/linux/fs/notify/fanotify/
A Dfanotify_user.c194 static void fanotify_unhash_event(struct fsnotify_group *group, in fanotify_unhash_event()
330 static int process_access_response(struct fsnotify_group *group, in process_access_response()
775 struct fsnotify_group *group = file->private_data; in fanotify_poll()
790 struct fsnotify_group *group; in fanotify_read()
875 struct fsnotify_group *group; in fanotify_write()
906 struct fsnotify_group *group = file->private_data; in fanotify_release()
961 struct fsnotify_group *group; in fanotify_ioctl()
1078 static int fanotify_remove_mark(struct fsnotify_group *group, in fanotify_remove_mark()
1322 static int fanotify_add_mark(struct fsnotify_group *group, in fanotify_add_mark()
1402 struct fsnotify_group *group; in SYSCALL_DEFINE2()
[all …]
A Dfanotify.c181 static int fanotify_merge(struct fsnotify_group *group, in fanotify_merge()
223 static int fanotify_get_response(struct fsnotify_group *group, in fanotify_get_response()
289 static u32 fanotify_group_event_mask(struct fsnotify_group *group, in fanotify_group_event_mask()
669 struct fsnotify_group *group, in fanotify_alloc_error_event()
707 struct fsnotify_group *group, in fanotify_alloc_event()
862 static void fanotify_insert_event(struct fsnotify_group *group, in fanotify_insert_event()
880 static int fanotify_handle_event(struct fsnotify_group *group, u32 mask, in fanotify_handle_event()
970 static void fanotify_free_group_priv(struct fsnotify_group *group) in fanotify_free_group_priv()
1007 static void fanotify_free_error_event(struct fsnotify_group *group, in fanotify_free_error_event()
1015 static void fanotify_free_event(struct fsnotify_group *group, in fanotify_free_event()
[all …]
A Dfanotify.h486 struct fsnotify_group *group, in fanotify_event_hash_bucket()
/linux/kernel/
A Daudit_fsnotify.c35 static struct fsnotify_group *audit_fsnotify_group;
A Daudit_tree.c90 static struct fsnotify_group *audit_tree_group __ro_after_init;
1043 struct fsnotify_group *group) in audit_tree_freeing_mark()
A Daudit_watch.c52 static struct fsnotify_group *audit_watch_group;
/linux/fs/notify/dnotify/
A Ddnotify.c43 static struct fsnotify_group *dnotify_group __ro_after_init;
/linux/fs/nfsd/
A Dfilecache.c73 static struct fsnotify_group *nfsd_file_fsnotify_group;

Completed in 41 milliseconds