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()
199 static void fsnotify_final_mark_destroy(struct fsnotify_mark *mark) in fsnotify_final_mark_destroy()
227 void fsnotify_put_mark(struct fsnotify_mark *mark) in fsnotify_put_mark()
288 static bool fsnotify_get_mark_safe(struct fsnotify_mark *mark) in fsnotify_get_mark_safe()
312 static void fsnotify_put_mark_wake(struct fsnotify_mark *mark) in fsnotify_put_mark_wake()
375 void fsnotify_detach_mark(struct fsnotify_mark *mark) in fsnotify_detach_mark()
408 void fsnotify_free_mark(struct fsnotify_mark *mark) in fsnotify_free_mark()
430 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark()
547 static int fsnotify_add_mark_list(struct fsnotify_mark *mark, in fsnotify_add_mark_list()
551 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list()
640 int fsnotify_add_mark_locked(struct fsnotify_mark *mark, in fsnotify_add_mark_locked()
683 int fsnotify_add_mark(struct fsnotify_mark *mark, fsnotify_connp_t *connp, in fsnotify_add_mark()
700 struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, in fsnotify_find_mark()
704 struct fsnotify_mark *mark; in fsnotify_find_mark()
727 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group()
759 mark = list_first_entry(head, struct fsnotify_mark, g_list); in fsnotify_clear_marks_by_group()
772 struct fsnotify_mark *mark, *old_mark = NULL; in fsnotify_destroy_marks()
810 void fsnotify_init_mark(struct fsnotify_mark *mark, in fsnotify_init_mark()
828 struct fsnotify_mark *mark, *next; in fsnotify_mark_destroy_workfn()