Lines Matching refs:fsnotify_mark
99 void fsnotify_get_mark(struct fsnotify_mark *mark) in fsnotify_get_mark()
104 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark()
117 struct fsnotify_mark *mark; in fsnotify_recalc_mask()
130 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark()
176 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark()
203 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark()
214 struct fsnotify_mark *mark; in fsnotify_destroy_marks()
229 mark = hlist_entry(head->first, struct fsnotify_mark, obj_list); in fsnotify_destroy_marks()
243 void fsnotify_set_mark_mask_locked(struct fsnotify_mark *mark, __u32 mask) in fsnotify_set_mark_mask_locked()
253 void fsnotify_set_mark_ignored_mask_locked(struct fsnotify_mark *mark, __u32 mask) in fsnotify_set_mark_ignored_mask_locked()
297 int fsnotify_add_mark_list(struct hlist_head *head, struct fsnotify_mark *mark, in fsnotify_add_mark_list()
300 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list()
334 int fsnotify_add_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_mark_locked()
396 int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, in fsnotify_add_mark()
410 struct fsnotify_mark *fsnotify_find_mark(struct hlist_head *head, in fsnotify_find_mark()
413 struct fsnotify_mark *mark; in fsnotify_find_mark()
430 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group_flags()
455 mark = list_first_entry(&to_free, struct fsnotify_mark, g_list); in fsnotify_clear_marks_by_group_flags()
472 void fsnotify_duplicate_mark(struct fsnotify_mark *new, struct fsnotify_mark *old) in fsnotify_duplicate_mark()
487 void fsnotify_init_mark(struct fsnotify_mark *mark, in fsnotify_init_mark()
488 void (*free_mark)(struct fsnotify_mark *mark)) in fsnotify_init_mark()
498 struct fsnotify_mark *mark, *next; in fsnotify_mark_destroy()