Lines Matching refs:fsnotify_mark

94 void fsnotify_get_mark(struct fsnotify_mark *mark)  in fsnotify_get_mark()
160 struct fsnotify_mark *mark; in __fsnotify_recalc_mask()
272 static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark) in fsnotify_final_mark_destroy()
293 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark()
355 static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark) in fsnotify_get_mark_safe()
379 static void fsnotify_put_mark_wake(struct fsnotify_mark *mark) in fsnotify_put_mark_wake()
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()
493 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark()
609 static int fsnotify_add_mark_list(struct fsnotify_mark *mark, in fsnotify_add_mark_list()
614 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list()
704 int fsnotify_add_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_mark_locked()
744 int fsnotify_add_mark(struct fsnotify_mark *mark, fsnotify_connp_t *connp, in fsnotify_add_mark()
762 struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, in fsnotify_find_mark()
766 struct fsnotify_mark *mark; in fsnotify_find_mark()
789 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group()
821 mark = list_first_entry(head, struct fsnotify_mark, g_list); 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()
890 struct fsnotify_mark *mark, *next; in fsnotify_mark_destroy_workfn()