Home
last modified time | relevance | path

Searched refs:fsnotify_mark (Results 1 – 16 of 16) sorted by relevance

/openbmc/linux/include/linux/
H A Dfsnotify_backend.h114 struct fsnotify_mark;
167 void (*free_mark)(struct fsnotify_mark *mark);
401 struct fsnotify_mark *marks[FSNOTIFY_ITER_TYPE_COUNT];
419 static inline struct fsnotify_mark *fsnotify_iter_mark( in fsnotify_iter_mark()
428 struct fsnotify_mark **markp) in fsnotify_iter_step()
502 struct fsnotify_mark { struct
758 extern void fsnotify_init_mark(struct fsnotify_mark *mark,
764 extern int fsnotify_add_mark(struct fsnotify_mark *mark,
795 extern void fsnotify_free_mark(struct fsnotify_mark *mark);
816 extern void fsnotify_get_mark(struct fsnotify_mark *mark);
[all …]
/openbmc/linux/fs/notify/
H A Dmark.c94 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark()
160 struct fsnotify_mark *mark; in __fsnotify_recalc_mask()
293 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark()
442 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark()
471 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark()
614 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list()
766 struct fsnotify_mark *mark; in fsnotify_find_mark()
789 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group()
834 struct fsnotify_mark *mark, *old_mark = NULL; in fsnotify_destroy_marks()
872 void fsnotify_init_mark(struct fsnotify_mark *mark, in fsnotify_init_mark()
[all …]
H A Dfsnotify.c241 struct fsnotify_mark *inode_mark, in fsnotify_handle_inode_event()
272 struct fsnotify_mark *inode_mark = fsnotify_iter_inode_mark(iter_info); in fsnotify_handle_event()
273 struct fsnotify_mark *parent_mark = fsnotify_iter_parent_mark(iter_info); in fsnotify_handle_event()
329 struct fsnotify_mark *mark; in send_to_group()
368 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp) in fsnotify_first_mark()
377 return hlist_entry_safe(node, struct fsnotify_mark, obj_list); in fsnotify_first_mark()
380 static struct fsnotify_mark *fsnotify_next_mark(struct fsnotify_mark *mark) in fsnotify_next_mark()
388 return hlist_entry_safe(node, struct fsnotify_mark, obj_list); in fsnotify_next_mark()
401 struct fsnotify_mark *mark; in fsnotify_iter_select_report_types()
445 struct fsnotify_mark *mark; in fsnotify_iter_next()
H A Dfdinfo.c27 struct fsnotify_mark *mark)) in show_fdinfo()
30 struct fsnotify_mark *mark; in show_fdinfo()
76 static void inotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in inotify_fdinfo()
105 static void fanotify_fdinfo(struct seq_file *m, struct fsnotify_mark *mark) in fanotify_fdinfo()
/openbmc/linux/fs/notify/inotify/
H A Dinotify.h16 struct fsnotify_mark fsn_mark;
32 static inline __u32 inotify_mark_user_mask(struct fsnotify_mark *fsn_mark) in inotify_mark_user_mask()
44 extern void inotify_ignored_and_remove_idr(struct fsnotify_mark *fsn_mark,
46 extern int inotify_handle_inode_event(struct fsnotify_mark *inode_mark,
H A Dinotify_fsnotify.c59 int inotify_handle_inode_event(struct fsnotify_mark *inode_mark, u32 mask, in inotify_handle_inode_event()
138 static void inotify_freeing_mark(struct fsnotify_mark *fsn_mark, struct fsnotify_group *group) in inotify_freeing_mark()
152 struct fsnotify_mark *fsn_mark; in idr_callback()
194 static void inotify_free_mark(struct fsnotify_mark *fsn_mark) in inotify_free_mark()
H A Dinotify_user.c426 struct fsnotify_mark *fsn_mark = &i_mark->fsn_mark; in inotify_idr_find_locked()
521 void inotify_ignored_and_remove_idr(struct fsnotify_mark *fsn_mark, in inotify_ignored_and_remove_idr()
541 struct fsnotify_mark *fsn_mark; in inotify_update_existing_watch()
/openbmc/linux/fs/notify/dnotify/
H A Ddnotify.c52 struct fsnotify_mark fsn_mark;
64 static void dnotify_recalc_inode_mask(struct fsnotify_mark *fsn_mark) in dnotify_recalc_inode_mask()
91 static int dnotify_handle_event(struct fsnotify_mark *inode_mark, u32 mask, in dnotify_handle_event()
130 static void dnotify_free_mark(struct fsnotify_mark *fsn_mark) in dnotify_free_mark()
155 struct fsnotify_mark *fsn_mark; in dnotify_flush()
264 struct fsnotify_mark *new_fsn_mark, *fsn_mark; in fcntl_dirnotify()
/openbmc/linux/kernel/
H A Daudit_tree.c28 struct fsnotify_mark *mark;
41 struct fsnotify_mark mark;
166 static struct audit_chunk *mark_chunk(struct fsnotify_mark *mark) in mark_chunk()
171 static void audit_tree_destroy_watch(struct fsnotify_mark *mark) in audit_tree_destroy_watch()
176 static struct fsnotify_mark *alloc_mark(void) in alloc_mark()
279 static void replace_mark_chunk(struct fsnotify_mark *mark, in replace_mark_chunk()
399 struct fsnotify_mark *mark; in create_chunk()
460 struct fsnotify_mark *mark; in tag_chunk()
575 struct fsnotify_mark *mark; in prune_tree_chunks()
1035 static int audit_tree_handle_event(struct fsnotify_mark *mark, u32 mask, in audit_tree_handle_event()
[all …]
H A Daudit_fsnotify.c30 struct fsnotify_mark mark; /* fsnotify mark on the inode */
47 static void audit_fsnotify_free_mark(struct fsnotify_mark *mark) in audit_fsnotify_free_mark()
156 static int audit_mark_handle_event(struct fsnotify_mark *inode_mark, u32 mask, in audit_mark_handle_event()
H A Daudit_watch.c48 struct fsnotify_mark mark; /* fsnotify mark on the inode */
64 static void audit_watch_free_mark(struct fsnotify_mark *entry) in audit_watch_free_mark()
91 struct fsnotify_mark *entry; in audit_find_parent()
468 static int audit_watch_handle_event(struct fsnotify_mark *inode_mark, u32 mask, in audit_watch_handle_event()
/openbmc/linux/fs/nfsd/
H A Dfilecache.h21 struct fsnotify_mark nfm_mark;
H A Dfilecache.c131 nfsd_file_mark_free(struct fsnotify_mark *mark) in nfsd_file_mark_free()
160 struct fsnotify_mark *mark; in nfsd_file_mark_find_or_create()
679 nfsd_file_fsnotify_handle_event(struct fsnotify_mark *mark, u32 mask, in nfsd_file_fsnotify_handle_event()
/openbmc/linux/fs/notify/fanotify/
H A Dfanotify_user.c1051 static __u32 fanotify_mark_remove_from_mask(struct fsnotify_mark *fsn_mark, in fanotify_mark_remove_from_mask()
1083 struct fsnotify_mark *fsn_mark = NULL; in fanotify_remove_mark()
1133 static bool fanotify_mark_update_flags(struct fsnotify_mark *fsn_mark, in fanotify_mark_update_flags()
1175 static bool fanotify_mark_add_to_mask(struct fsnotify_mark *fsn_mark, in fanotify_mark_add_to_mask()
1195 static struct fsnotify_mark *fanotify_add_new_mark(struct fsnotify_group *group, in fanotify_add_new_mark()
1202 struct fsnotify_mark *mark; in fanotify_add_new_mark()
1248 static int fanotify_may_update_existing_mark(struct fsnotify_mark *fsn_mark, in fanotify_may_update_existing_mark()
1284 struct fsnotify_mark *fsn_mark; in fanotify_add_mark()
1938 fanotify_mark_cache = KMEM_CACHE(fsnotify_mark, in fanotify_user_setup()
H A Dfanotify.c304 struct fsnotify_mark *mark; in fanotify_group_event_mask()
847 struct fsnotify_mark *mark; in fanotify_get_fsid()
1062 static void fanotify_freeing_mark(struct fsnotify_mark *mark, in fanotify_freeing_mark()
1069 static void fanotify_free_mark(struct fsnotify_mark *fsn_mark) in fanotify_free_mark()
H A Dfanotify.h492 static inline unsigned int fanotify_mark_user_flags(struct fsnotify_mark *mark) in fanotify_mark_user_flags()