Lines Matching refs:fsnotify_mark

94 void fsnotify_get_mark(struct fsnotify_mark *mark)  in fsnotify_get_mark()
122 struct fsnotify_mark *mark; in __fsnotify_recalc_mask()
230 static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark) in fsnotify_final_mark_destroy()
251 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark()
312 static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark) in fsnotify_get_mark_safe()
336 static void fsnotify_put_mark_wake(struct fsnotify_mark *mark) in fsnotify_put_mark_wake()
399 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark()
430 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark()
452 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark()
574 static int fsnotify_add_mark_list(struct fsnotify_mark *mark, in fsnotify_add_mark_list()
578 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list()
667 int fsnotify_add_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_mark_locked()
708 int fsnotify_add_mark(struct fsnotify_mark *mark, fsnotify_connp_t *connp, in fsnotify_add_mark()
725 struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, in fsnotify_find_mark()
729 struct fsnotify_mark *mark; in fsnotify_find_mark()
752 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group()
784 mark = list_first_entry(head, struct fsnotify_mark, g_list); in fsnotify_clear_marks_by_group()
797 struct fsnotify_mark *mark, *old_mark = NULL; in fsnotify_destroy_marks()
835 void fsnotify_init_mark(struct fsnotify_mark *mark, in fsnotify_init_mark()
853 struct fsnotify_mark *mark, *next; in fsnotify_mark_destroy_workfn()